Html Css Color HEX #57162B Bordeaux

📋 copy color: '#57162B'

red 87 ◦ green 22 ◦ blue 43

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

Shades of Bordeaux #57162B

Tints of Bordeaux #57162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 57.24%
G = 14.47%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57162B (or 0x57162B) is known color: Bordeaux. HEX triplet: 57, 16 and 2B. RGB value is (87,22,43). Sum of RGB (Red+Green+Blue) = 87+22+43=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162B is #A8E9D4. Grayscale: #2B2B2B. Windows color (decimal): -11069909 or 2823767. OLE color: 2823767.

HSL color Cylindrical-coordinate representation of color #57162B: hue angle of 340.62º 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 #57162B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 22 43 -
CMYK 0 0.75 0.51 0.66
HSL 340.62º 0.6% 0.21% -
HSV(B) 340.62º 0.75% 0.34% -
XYZ 4.65 2.77 2.58 -
YUV 43.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 87 22 43 0 0.75 0.51 0.66 340.62 0.6 0.21
Hex 57 16 2B 0 4B 33 42 155 3C 15
Octal 127 26 53 0 113 63 102 525 74 25
Binary 1010111 10110 101011 0 1001011 110011 1000010 101010101 111100 10101

Color Harmonies of #57162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57162B

Black with #57162B

Text Example


Text Example

White with #57162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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