Html Css Color HEX #57141D Bordeaux

📋 copy color: '#57141D'

red 87 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #57141D

Tints of Bordeaux #57141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 63.97%
G = 14.71%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57141D (or 0x57141D) is known color: Bordeaux. HEX triplet: 57, 14 and 1D. RGB value is (87,20,29). Sum of RGB (Red+Green+Blue) = 87+20+29=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57141D is #A8EBE2. Grayscale: #292929. Windows color (decimal): -11070435 or 1905751. OLE color: 1905751.

HSL color Cylindrical-coordinate representation of color #57141D: hue angle of 351.94º 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 #57141D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 20 29 -
CMYK 0 0.77 0.67 0.66
HSL 351.94º 0.63% 0.21% -
HSV(B) 351.94º 0.77% 0.34% -
XYZ 4.4 2.62 1.44 -
YUV 41.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 87 20 29 0 0.77 0.67 0.66 351.94 0.63 0.21
Hex 57 14 1D 0 4D 43 42 160 3F 15
Octal 127 24 35 0 115 103 102 540 77 25
Binary 1010111 10100 11101 0 1001101 1000011 1000010 101100000 111111 10101

Color Harmonies of #57141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57141D

Black with #57141D

Text Example


Text Example

White with #57141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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