Html Css Color HEX #57011E Bordeaux

📋 copy color: '#57011E'

red 87 ◦ green 1 ◦ blue 30

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

Shades of Bordeaux #57011E

Tints of Bordeaux #57011E

RGB

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

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

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

R = 73.73%
G = 0.85%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57011E (or 0x57011E) is known color: Bordeaux. HEX triplet: 57, 01 and 1E. RGB value is (87,1,30). Sum of RGB (Red+Green+Blue) = 87+1+30=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011E is #A8FEE1. Grayscale: #1D1D1D. Windows color (decimal): -11075298 or 1966423. OLE color: 1966423.

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

Color convert

RGB 87 1 30 -
CMYK 0 0.99 0.66 0.66
HSL 339.77º 0.98% 0.17% -
HSV(B) 339.77º 0.99% 0.34% -
XYZ 4.18 2.14 1.42 -
YUV 30.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 87 1 30 0 0.99 0.66 0.66 339.77 0.98 0.17
Hex 57 1 1E 0 63 42 42 154 62 11
Octal 127 1 36 0 143 102 102 524 142 21
Binary 1010111 1 11110 0 1100011 1000010 1000010 101010100 1100010 10001

Color Harmonies of #57011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57011E

Black with #57011E

Text Example


Text Example

White with #57011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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