Html Css Color HEX #57060E Bordeaux

📋 copy color: '#57060E'

red 87 ◦ green 6 ◦ blue 14

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

Shades of Bordeaux #57060E

Tints of Bordeaux #57060E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.08%

R = 81.31%
G = 5.61%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57060E (or 0x57060E) is known color: Bordeaux. HEX triplet: 57, 06 and 0E. RGB value is (87,6,14). Sum of RGB (Red+Green+Blue) = 87+6+14=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #57060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57060E is #A8F9F1. Grayscale: #1F1F1F. Windows color (decimal): -11074034 or 919127. OLE color: 919127.

HSL color Cylindrical-coordinate representation of color #57060E: hue angle of 354.07º 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 #57060E is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 14 -
CMYK 0 0.93 0.84 0.66
HSL 354.07º 0.87% 0.18% -
HSV(B) 354.07º 0.93% 0.34% -
XYZ 4.07 2.19 0.62 -
YUV 31.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 87 6 14 0 0.93 0.84 0.66 354.07 0.87 0.18
Hex 57 6 E 0 5D 54 42 162 57 12
Octal 127 6 16 0 135 124 102 542 127 22
Binary 1010111 110 1110 0 1011101 1010100 1000010 101100010 1010111 10010

Color Harmonies of #57060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57060E

Black with #57060E

Text Example


Text Example

White with #57060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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