Html Css Color HEX #57152B Bordeaux

📋 copy color: '#57152B'

red 87 ◦ green 21 ◦ blue 43

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

Shades of Bordeaux #57152B

Tints of Bordeaux #57152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

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

R = 57.62%
G = 13.91%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57152B (or 0x57152B) is known color: Bordeaux. HEX triplet: 57, 15 and 2B. RGB value is (87,21,43). Sum of RGB (Red+Green+Blue) = 87+21+43=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57152B is #A8EAD4. Grayscale: #2B2B2B. Windows color (decimal): -11070165 or 2823511. OLE color: 2823511.

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

Color convert

RGB 87 21 43 -
CMYK 0 0.76 0.51 0.66
HSL 340º 0.61% 0.21% -
HSV(B) 340º 0.76% 0.34% -
XYZ 4.63 2.74 2.57 -
YUV 43.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 87 21 43 0 0.76 0.51 0.66 340 0.61 0.21
Hex 57 15 2B 0 4C 33 42 154 3D 15
Octal 127 25 53 0 114 63 102 524 75 25
Binary 1010111 10101 101011 0 1001100 110011 1000010 101010100 111101 10101

Color Harmonies of #57152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57152B

Black with #57152B

Text Example


Text Example

White with #57152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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