Html Css Color HEX #57011C Bordeaux

📋 copy color: '#57011C'

red 87 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #57011C

Tints of Bordeaux #57011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 75%
G = 0.86%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57011C (or 0x57011C) is known color: Bordeaux. HEX triplet: 57, 01 and 1C. RGB value is (87,1,28). Sum of RGB (Red+Green+Blue) = 87+1+28=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #57011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011C is #A8FEE3. Grayscale: #1D1D1D. Windows color (decimal): -11075300 or 1835351. OLE color: 1835351.

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

Color convert

RGB 87 1 28 -
CMYK 0 0.99 0.68 0.66
HSL 341.16º 0.98% 0.17% -
HSV(B) 341.16º 0.99% 0.34% -
XYZ 4.15 2.13 1.29 -
YUV 29.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 87 1 28 0 0.99 0.68 0.66 341.16 0.98 0.17
Hex 57 1 1C 0 63 44 42 155 62 11
Octal 127 1 34 0 143 104 102 525 142 21
Binary 1010111 1 11100 0 1100011 1000100 1000010 101010101 1100010 10001

Color Harmonies of #57011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57011C

Black with #57011C

Text Example


Text Example

White with #57011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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