#580826

Color #580826 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #580826

Tints of Bordeaux #580826

Color information

#580826 (or 0x580826) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 26. RGB value is (88,8,38). Sum of RGB (Red+Green+Blue) = 88+8+38=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580826 is #A7F7D9. Grayscale: #232323. Windows color (decimal): -11007962 or 2492504. OLE color: 2492504.

HSL color Cylindrical-coordinate representation of color #580826: hue angle of 337.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580826 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB88838-
CMYK00.910.570.65
HSL337.5º83.33%18.82%-
HSV(B)337.5º90.91%34.51%-
XYZ4.462.392.06-
YUV35.34129.5165.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=65.67%
G=5.97%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8883800.910.570.65337.583.3318.82
Hex5882605B39411525313
Octal130104601337110152212323
Binary10110001000100110010110111110011000001101010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580826; }

 p { color: rgb(88,8,38); }

 H1.HeaderClassName
 {
   color: #580826;
 }
 .AnyTagClassName
 {
   color: #580826;
 }
</style>
background-color css

<style>
 a { background-color: #580826; }

 a { background-color: rgb(88,8,38); }

 div.DivClassName
 {
   background-color: #580826;
 }
 .BgClassName
 {
   background-color: #580826;
 }
</style>
border-color css

<style>
 span { border-color: #580826; }

 span { border-color: rgb(88,8,38); }

 td.TdClassName
 {
   border-color: #580826;
 }
 .TagClassName
 {
   border-color: #580826;
 }
</style>