Html Css Color HEX #57131F Bordeaux

📋 copy color: '#57131F'

red 87 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #57131F

Tints of Bordeaux #57131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.63%

R = 63.5%
G = 13.87%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57131F (or 0x57131F) is known color: Bordeaux. HEX triplet: 57, 13 and 1F. RGB value is (87,19,31). Sum of RGB (Red+Green+Blue) = 87+19+31=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131F is #A8ECE0. Grayscale: #282828. Windows color (decimal): -11070689 or 2036567. OLE color: 2036567.

HSL color Cylindrical-coordinate representation of color #57131F: hue angle of 349.41º 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 #57131F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 31 -
CMYK 0 0.78 0.64 0.66
HSL 349.41º 0.64% 0.21% -
HSV(B) 349.41º 0.78% 0.34% -
XYZ 4.41 2.59 1.56 -
YUV 40.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 87 19 31 0 0.78 0.64 0.66 349.41 0.64 0.21
Hex 57 13 1F 0 4E 40 42 15D 40 15
Octal 127 23 37 0 116 100 102 535 100 25
Binary 1010111 10011 11111 0 1001110 1000000 1000010 101011101 1000000 10101

Color Harmonies of #57131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57131F

Black with #57131F

Text Example


Text Example

White with #57131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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