Html Css Color HEX #57162C Bordeaux

📋 copy color: '#57162C'

red 87 ◦ green 22 ◦ blue 44

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

Shades of Bordeaux #57162C

Tints of Bordeaux #57162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 56.86%
G = 14.38%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57162C (or 0x57162C) is known color: Bordeaux. HEX triplet: 57, 16 and 2C. RGB value is (87,22,44). Sum of RGB (Red+Green+Blue) = 87+22+44=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162C is #A8E9D3. Grayscale: #2B2B2B. Windows color (decimal): -11069908 or 2889303. OLE color: 2889303.

HSL color Cylindrical-coordinate representation of color #57162C: hue angle of 339.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57162C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 22 44 -
CMYK 0 0.75 0.49 0.66
HSL 339.69º 0.6% 0.21% -
HSV(B) 339.69º 0.75% 0.34% -
XYZ 4.67 2.78 2.67 -
YUV 43.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 87 22 44 0 0.75 0.49 0.66 339.69 0.6 0.21
Hex 57 16 2C 0 4B 31 42 154 3C 15
Octal 127 26 54 0 113 61 102 524 74 25
Binary 1010111 10110 101100 0 1001011 110001 1000010 101010100 111100 10101

Color Harmonies of #57162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57162C

Black with #57162C

Text Example


Text Example

White with #57162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,22,44); }

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

background-color css

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

 a { background-color: rgb(87,22,44); }

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

border-color css

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

 span { border-color: rgb(87,22,44); }

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