Html Css Color HEX #57061E Bordeaux

📋 copy color: '#57061E'

red 87 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #57061E

Tints of Bordeaux #57061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 70.73%
G = 4.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57061E (or 0x57061E) is known color: Bordeaux. HEX triplet: 57, 06 and 1E. RGB value is (87,6,30). Sum of RGB (Red+Green+Blue) = 87+6+30=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #57061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061E is #A8F9E1. Grayscale: #202020. Windows color (decimal): -11074018 or 1967703. OLE color: 1967703.

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

Color convert

RGB 87 6 30 -
CMYK 0 0.93 0.66 0.66
HSL 342.22º 0.87% 0.18% -
HSV(B) 342.22º 0.93% 0.34% -
XYZ 4.23 2.25 1.44 -
YUV 32.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 87 6 30 0 0.93 0.66 0.66 342.22 0.87 0.18
Hex 57 6 1E 0 5D 42 42 156 57 12
Octal 127 6 36 0 135 102 102 526 127 22
Binary 1010111 110 11110 0 1011101 1000010 1000010 101010110 1010111 10010

Color Harmonies of #57061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57061E

Black with #57061E

Text Example


Text Example

White with #57061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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