Html Css Color HEX #570212 Bordeaux

📋 copy color: '#570212'

red 87 ◦ green 2 ◦ blue 18

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

Shades of Bordeaux #570212

Tints of Bordeaux #570212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 81.31%
G = 1.87%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#570212 (or 0x570212) is known color: Bordeaux. HEX triplet: 57, 02 and 12. RGB value is (87,2,18). Sum of RGB (Red+Green+Blue) = 87+2+18=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #570212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570212 is #A8FDED. Grayscale: #1D1D1D. Windows color (decimal): -11075054 or 1180247. OLE color: 1180247.

HSL color Cylindrical-coordinate representation of color #570212: hue angle of 348.71º 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 #570212 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 18 -
CMYK 0 0.98 0.79 0.66
HSL 348.71º 0.96% 0.17% -
HSV(B) 348.71º 0.98% 0.34% -
XYZ 4.06 2.11 0.77 -
YUV 29.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 87 2 18 0 0.98 0.79 0.66 348.71 0.96 0.17
Hex 57 2 12 0 62 4F 42 15D 60 11
Octal 127 2 22 0 142 117 102 535 140 21
Binary 1010111 10 10010 0 1100010 1001111 1000010 101011101 1100000 10001

Color Harmonies of #570212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570212

Black with #570212

Text Example


Text Example

White with #570212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570212; }

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

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

background-color css

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

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

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

border-color css

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

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

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