Html Css Color HEX #57121B Bordeaux

📋 copy color: '#57121B'

red 87 ◦ green 18 ◦ blue 27

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

Shades of Bordeaux #57121B

Tints of Bordeaux #57121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 65.91%
G = 13.64%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57121B (or 0x57121B) is known color: Bordeaux. HEX triplet: 57, 12 and 1B. RGB value is (87,18,27). Sum of RGB (Red+Green+Blue) = 87+18+27=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121B is #A8EDE4. Grayscale: #272727. Windows color (decimal): -11070949 or 1774167. OLE color: 1774167.

HSL color Cylindrical-coordinate representation of color #57121B: hue angle of 352.17º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57121B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 27 -
CMYK 0 0.79 0.69 0.66
HSL 352.17º 0.66% 0.21% -
HSV(B) 352.17º 0.79% 0.34% -
XYZ 4.34 2.54 1.3 -
YUV 39.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 87 18 27 0 0.79 0.69 0.66 352.17 0.66 0.21
Hex 57 12 1B 0 4F 45 42 160 42 15
Octal 127 22 33 0 117 105 102 540 102 25
Binary 1010111 10010 11011 0 1001111 1000101 1000010 101100000 1000010 10101

Color Harmonies of #57121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57121B

Black with #57121B

Text Example


Text Example

White with #57121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57121B; }

 p { color: rgb(87,18,27); }

 H1.HeaderClassName
 {
   color: #57121B;
 }
 .AnyTagClassName
 {
   color: #57121B;
 }
</style>

background-color css

<style>
 a { background-color: #57121B; }

 a { background-color: rgb(87,18,27); }

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

border-color css

<style>
 span { border-color: #57121B; }

 span { border-color: rgb(87,18,27); }

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