Html Css Color HEX #57111E Bordeaux

📋 copy color: '#57111E'

red 87 ◦ green 17 ◦ blue 30

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

Shades of Bordeaux #57111E

Tints of Bordeaux #57111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

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

R = 64.93%
G = 12.69%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57111E (or 0x57111E) is known color: Bordeaux. HEX triplet: 57, 11 and 1E. RGB value is (87,17,30). Sum of RGB (Red+Green+Blue) = 87+17+30=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57111E is #A8EEE1. Grayscale: #272727. Windows color (decimal): -11071202 or 1970519. OLE color: 1970519.

HSL color Cylindrical-coordinate representation of color #57111E: hue angle of 348.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57111E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 30 -
CMYK 0 0.80 0.66 0.66
HSL 348.86º 0.67% 0.2% -
HSV(B) 348.86º 0.8% 0.34% -
XYZ 4.37 2.52 1.48 -
YUV 39.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 87 17 30 0 0.80 0.66 0.66 348.86 0.67 0.2
Hex 57 11 1E 0 50 42 42 15D 43 14
Octal 127 21 36 0 120 102 102 535 103 24
Binary 1010111 10001 11110 0 1010000 1000010 1000010 101011101 1000011 10100

Color Harmonies of #57111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57111E

Black with #57111E

Text Example


Text Example

White with #57111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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