Html Css Color HEX #57182B Bordeaux

📋 copy color: '#57182B'

red 87 ◦ green 24 ◦ blue 43

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

Shades of Bordeaux #57182B

Tints of Bordeaux #57182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 56.49%
G = 15.58%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57182B (or 0x57182B) is known color: Bordeaux. HEX triplet: 57, 18 and 2B. RGB value is (87,24,43). Sum of RGB (Red+Green+Blue) = 87+24+43=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57182B is #A8E7D4. Grayscale: #2C2C2C. Windows color (decimal): -11069397 or 2824279. OLE color: 2824279.

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

Color convert

RGB 87 24 43 -
CMYK 0 0.72 0.51 0.66
HSL 341.9º 0.57% 0.22% -
HSV(B) 341.9º 0.72% 0.34% -
XYZ 4.69 2.85 2.59 -
YUV 45 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 87 24 43 0 0.72 0.51 0.66 341.9 0.57 0.22
Hex 57 18 2B 0 48 33 42 156 39 16
Octal 127 30 53 0 110 63 102 526 71 26
Binary 1010111 11000 101011 0 1001000 110011 1000010 101010110 111001 10110

Color Harmonies of #57182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57182B

Black with #57182B

Text Example


Text Example

White with #57182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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