Html Css Color HEX #57031F Bordeaux

📋 copy color: '#57031F'

red 87 ◦ green 3 ◦ blue 31

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

Shades of Bordeaux #57031F

Tints of Bordeaux #57031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 71.9%
G = 2.48%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57031F (or 0x57031F) is known color: Bordeaux. HEX triplet: 57, 03 and 1F. RGB value is (87,3,31). Sum of RGB (Red+Green+Blue) = 87+3+31=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57031F is #A8FCE0. Grayscale: #1F1F1F. Windows color (decimal): -11074785 or 2032471. OLE color: 2032471.

HSL color Cylindrical-coordinate representation of color #57031F: hue angle of 340º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57031F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 31 -
CMYK 0 0.97 0.64 0.66
HSL 340º 0.93% 0.18% -
HSV(B) 340º 0.97% 0.34% -
XYZ 4.21 2.19 1.5 -
YUV 31.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 87 3 31 0 0.97 0.64 0.66 340 0.93 0.18
Hex 57 3 1F 0 61 40 42 154 5D 12
Octal 127 3 37 0 141 100 102 524 135 22
Binary 1010111 11 11111 0 1100001 1000000 1000010 101010100 1011101 10010

Color Harmonies of #57031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57031F

Black with #57031F

Text Example


Text Example

White with #57031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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