Html Css Color HEX #57131C Bordeaux

📋 copy color: '#57131C'

red 87 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #57131C

Tints of Bordeaux #57131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 64.93%
G = 14.18%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57131C (or 0x57131C) is known color: Bordeaux. HEX triplet: 57, 13 and 1C. RGB value is (87,19,28). Sum of RGB (Red+Green+Blue) = 87+19+28=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131C is #A8ECE3. Grayscale: #282828. Windows color (decimal): -11070692 or 1839959. OLE color: 1839959.

HSL color Cylindrical-coordinate representation of color #57131C: hue angle of 352.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57131C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 28 -
CMYK 0 0.78 0.68 0.66
HSL 352.06º 0.64% 0.21% -
HSV(B) 352.06º 0.78% 0.34% -
XYZ 4.37 2.58 1.37 -
YUV 40.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 87 19 28 0 0.78 0.68 0.66 352.06 0.64 0.21
Hex 57 13 1C 0 4E 44 42 160 40 15
Octal 127 23 34 0 116 104 102 540 100 25
Binary 1010111 10011 11100 0 1001110 1000100 1000010 101100000 1000000 10101

Color Harmonies of #57131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57131C

Black with #57131C

Text Example


Text Example

White with #57131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57131C; }

 p { color: rgb(87,19,28); }

 H1.HeaderClassName
 {
   color: #57131C;
 }
 .AnyTagClassName
 {
   color: #57131C;
 }
</style>

background-color css

<style>
 a { background-color: #57131C; }

 a { background-color: rgb(87,19,28); }

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

border-color css

<style>
 span { border-color: #57131C; }

 span { border-color: rgb(87,19,28); }

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