Html Css Color HEX #57182A Bordeaux

📋 copy color: '#57182A'

red 87 ◦ green 24 ◦ blue 42

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

Shades of Bordeaux #57182A

Tints of Bordeaux #57182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 56.86%
G = 15.69%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57182A (or 0x57182A) is known color: Bordeaux. HEX triplet: 57, 18 and 2A. RGB value is (87,24,42). Sum of RGB (Red+Green+Blue) = 87+24+42=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57182A is #A8E7D5. Grayscale: #2C2C2C. Windows color (decimal): -11069398 or 2758743. OLE color: 2758743.

HSL color Cylindrical-coordinate representation of color #57182A: hue angle of 342.86º 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 #57182A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 24 42 -
CMYK 0 0.72 0.52 0.66
HSL 342.86º 0.57% 0.22% -
HSV(B) 342.86º 0.72% 0.34% -
XYZ 4.68 2.85 2.49 -
YUV 44.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 87 24 42 0 0.72 0.52 0.66 342.86 0.57 0.22
Hex 57 18 2A 0 48 34 42 157 39 16
Octal 127 30 52 0 110 64 102 527 71 26
Binary 1010111 11000 101010 0 1001000 110100 1000010 101010111 111001 10110

Color Harmonies of #57182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57182A

Black with #57182A

Text Example


Text Example

White with #57182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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