Html Css Color HEX #570209 Bordeaux

📋 copy color: '#570209'

red 87 ◦ green 2 ◦ blue 9

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

Shades of Bordeaux #570209

Tints of Bordeaux #570209

RGB

 RED value IS 87 (34.38% from 255) = 88.78%

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

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 88.78%
G = 2.04%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#570209 (or 0x570209) is known color: Bordeaux. HEX triplet: 57, 02 and 09. RGB value is (87,2,9). Sum of RGB (Red+Green+Blue) = 87+2+9=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570209 is #A8FDF6. Grayscale: #1C1C1C. Windows color (decimal): -11075063 or 590423. OLE color: 590423.

HSL color Cylindrical-coordinate representation of color #570209: hue angle of 355.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570209 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 9 -
CMYK 0 0.98 0.90 0.66
HSL 355.06º 0.96% 0.17% -
HSV(B) 355.06º 0.98% 0.34% -
XYZ 4 2.09 0.45 -
YUV 28.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 87 2 9 0 0.98 0.90 0.66 355.06 0.96 0.17
Hex 57 2 9 0 62 5A 42 163 60 11
Octal 127 2 11 0 142 132 102 543 140 21
Binary 1010111 10 1001 0 1100010 1011010 1000010 101100011 1100000 10001

Color Harmonies of #570209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570209

Black with #570209

Text Example


Text Example

White with #570209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570209; }

 p { color: rgb(87,2,9); }

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

background-color css

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

 a { background-color: rgb(87,2,9); }

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

border-color css

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

 span { border-color: rgb(87,2,9); }

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