Html Css Color HEX #57060C Bordeaux

📋 copy color: '#57060C'

red 87 ◦ green 6 ◦ blue 12

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

Shades of Bordeaux #57060C

Tints of Bordeaux #57060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 82.86%
G = 5.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57060C (or 0x57060C) is known color: Bordeaux. HEX triplet: 57, 06 and 0C. RGB value is (87,6,12). Sum of RGB (Red+Green+Blue) = 87+6+12=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #57060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57060C is #A8F9F3. Grayscale: #1E1E1E. Windows color (decimal): -11074036 or 788055. OLE color: 788055.

HSL color Cylindrical-coordinate representation of color #57060C: hue angle of 355.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57060C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 12 -
CMYK 0 0.93 0.86 0.66
HSL 355.56º 0.87% 0.18% -
HSV(B) 355.56º 0.93% 0.34% -
XYZ 4.06 2.18 0.56 -
YUV 30.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 87 6 12 0 0.93 0.86 0.66 355.56 0.87 0.18
Hex 57 6 C 0 5D 56 42 164 57 12
Octal 127 6 14 0 135 126 102 544 127 22
Binary 1010111 110 1100 0 1011101 1010110 1000010 101100100 1010111 10010

Color Harmonies of #57060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57060C

Black with #57060C

Text Example


Text Example

White with #57060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57060C; }

 p { color: rgb(87,6,12); }

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

background-color css

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

 a { background-color: rgb(87,6,12); }

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

border-color css

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

 span { border-color: rgb(87,6,12); }

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