Html Css Color HEX #57141E Bordeaux

📋 copy color: '#57141E'

red 87 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #57141E

Tints of Bordeaux #57141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 63.5%
G = 14.6%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57141E (or 0x57141E) is known color: Bordeaux. HEX triplet: 57, 14 and 1E. RGB value is (87,20,30). Sum of RGB (Red+Green+Blue) = 87+20+30=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57141E is #A8EBE1. Grayscale: #292929. Windows color (decimal): -11070434 or 1971287. OLE color: 1971287.

HSL color Cylindrical-coordinate representation of color #57141E: hue angle of 351.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57141E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 20 30 -
CMYK 0 0.77 0.66 0.66
HSL 351.04º 0.63% 0.21% -
HSV(B) 351.04º 0.77% 0.34% -
XYZ 4.41 2.62 1.5 -
YUV 41.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 87 20 30 0 0.77 0.66 0.66 351.04 0.63 0.21
Hex 57 14 1E 0 4D 42 42 15F 3F 15
Octal 127 24 36 0 115 102 102 537 77 25
Binary 1010111 10100 11110 0 1001101 1000010 1000010 101011111 111111 10101

Color Harmonies of #57141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57141E

Black with #57141E

Text Example


Text Example

White with #57141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57141E; }

 p { color: rgb(87,20,30); }

 H1.HeaderClassName
 {
   color: #57141E;
 }
 .AnyTagClassName
 {
   color: #57141E;
 }
</style>

background-color css

<style>
 a { background-color: #57141E; }

 a { background-color: rgb(87,20,30); }

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

border-color css

<style>
 span { border-color: #57141E; }

 span { border-color: rgb(87,20,30); }

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