Html Css Color HEX #57040C Bordeaux

📋 copy color: '#57040C'

red 87 ◦ green 4 ◦ blue 12

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

Shades of Bordeaux #57040C

Tints of Bordeaux #57040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.88%

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

R = 84.47%
G = 3.88%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57040C (or 0x57040C) is known color: Bordeaux. HEX triplet: 57, 04 and 0C. RGB value is (87,4,12). Sum of RGB (Red+Green+Blue) = 87+4+12=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #57040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57040C is #A8FBF3. Grayscale: #1D1D1D. Windows color (decimal): -11074548 or 787543. OLE color: 787543.

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

Color convert

RGB 87 4 12 -
CMYK 0 0.95 0.86 0.66
HSL 354.22º 0.91% 0.18% -
HSV(B) 354.22º 0.95% 0.34% -
XYZ 4.04 2.14 0.55 -
YUV 29.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 87 4 12 0 0.95 0.86 0.66 354.22 0.91 0.18
Hex 57 4 C 0 5F 56 42 162 5B 12
Octal 127 4 14 0 137 126 102 542 133 22
Binary 1010111 100 1100 0 1011111 1010110 1000010 101100010 1011011 10010

Color Harmonies of #57040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57040C

Black with #57040C

Text Example


Text Example

White with #57040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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