Html Css Color HEX #57051C Bordeaux

📋 copy color: '#57051C'

red 87 ◦ green 5 ◦ blue 28

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

Shades of Bordeaux #57051C

Tints of Bordeaux #57051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 72.5%
G = 4.17%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57051C (or 0x57051C) is known color: Bordeaux. HEX triplet: 57, 05 and 1C. RGB value is (87,5,28). Sum of RGB (Red+Green+Blue) = 87+5+28=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051C is #A8FAE3. Grayscale: #202020. Windows color (decimal): -11074276 or 1836375. OLE color: 1836375.

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

Color convert

RGB 87 5 28 -
CMYK 0 0.94 0.68 0.66
HSL 343.17º 0.89% 0.18% -
HSV(B) 343.17º 0.94% 0.34% -
XYZ 4.19 2.22 1.31 -
YUV 32.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 87 5 28 0 0.94 0.68 0.66 343.17 0.89 0.18
Hex 57 5 1C 0 5E 44 42 157 59 12
Octal 127 5 34 0 136 104 102 527 131 22
Binary 1010111 101 11100 0 1011110 1000100 1000010 101010111 1011001 10010

Color Harmonies of #57051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57051C

Black with #57051C

Text Example


Text Example

White with #57051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,5,28); }

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

background-color css

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

 a { background-color: rgb(87,5,28); }

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

border-color css

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

 span { border-color: rgb(87,5,28); }

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