Html Css Color HEX #57172B Bordeaux

📋 copy color: '#57172B'

red 87 ◦ green 23 ◦ blue 43

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

Shades of Bordeaux #57172B

Tints of Bordeaux #57172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 56.86%
G = 15.03%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57172B (or 0x57172B) is known color: Bordeaux. HEX triplet: 57, 17 and 2B. RGB value is (87,23,43). Sum of RGB (Red+Green+Blue) = 87+23+43=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57172B is #A8E8D4. Grayscale: #2C2C2C. Windows color (decimal): -11069653 or 2824023. OLE color: 2824023.

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

Color convert

RGB 87 23 43 -
CMYK 0 0.74 0.51 0.66
HSL 341.25º 0.58% 0.22% -
HSV(B) 341.25º 0.74% 0.34% -
XYZ 4.67 2.81 2.58 -
YUV 44.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 87 23 43 0 0.74 0.51 0.66 341.25 0.58 0.22
Hex 57 17 2B 0 4A 33 42 155 3A 16
Octal 127 27 53 0 112 63 102 525 72 26
Binary 1010111 10111 101011 0 1001010 110011 1000010 101010101 111010 10110

Color Harmonies of #57172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57172B

Black with #57172B

Text Example


Text Example

White with #57172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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