Html Css Color HEX #590208 Bordeaux

📋 copy color: '#590208'

red 89 ◦ green 2 ◦ blue 8

#590208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #590208

Tints of Bordeaux #590208

RGB

 RED value IS 89 (35.16% from 255) = 89.9%

 GREEN value IS 2 (1.17% from 255) = 2.02%

 BLUE value IS 8 (3.52% from 255) = 8.08%

R = 89.9%
G = 2.02%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#590208 (or 0x590208) is known color: Bordeaux. HEX triplet: 59, 02 and 08. RGB value is (89,2,8). Sum of RGB (Red+Green+Blue) = 89+2+8=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #590208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590208 is #A6FDF7. Grayscale: #1C1C1C. Windows color (decimal): -10943992 or 524889. OLE color: 524889.

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

Color convert

RGB 89 2 8 -
CMYK 0 0.98 0.91 0.65
HSL 355.86º 0.96% 0.18% -
HSV(B) 355.86º 0.98% 0.35% -
XYZ 4.19 2.18 0.43 -
YUV 28.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 89 2 8 0 0.98 0.91 0.65 355.86 0.96 0.18
Hex 59 2 8 0 62 5B 41 164 60 12
Octal 131 2 10 0 142 133 101 544 140 22
Binary 1011001 10 1000 0 1100010 1011011 1000001 101100100 1100000 10010

Color Harmonies of #590208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590208

Black with #590208

Text Example


Text Example

White with #590208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590208; }

 p { color: rgb(89,2,8); }

 H1.HeaderClassName
 {
   color: #590208;
 }
 .AnyTagClassName
 {
   color: #590208;
 }
</style>

background-color css

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

 a { background-color: rgb(89,2,8); }

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

border-color css

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

 span { border-color: rgb(89,2,8); }

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