Html Css Color HEX #571124 Bordeaux

📋 copy color: '#571124'

red 87 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #571124

Tints of Bordeaux #571124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 62.14%
G = 12.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#571124 (or 0x571124) is known color: Bordeaux. HEX triplet: 57, 11 and 24. RGB value is (87,17,36). Sum of RGB (Red+Green+Blue) = 87+17+36=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571124 is #A8EEDB. Grayscale: #282828. Windows color (decimal): -11071196 or 2363735. OLE color: 2363735.

HSL color Cylindrical-coordinate representation of color #571124: hue angle of 343.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571124 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 36 -
CMYK 0 0.80 0.59 0.66
HSL 343.71º 0.67% 0.2% -
HSV(B) 343.71º 0.8% 0.34% -
XYZ 4.45 2.55 1.93 -
YUV 40.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 87 17 36 0 0.80 0.59 0.66 343.71 0.67 0.2
Hex 57 11 24 0 50 3B 42 158 43 14
Octal 127 21 44 0 120 73 102 530 103 24
Binary 1010111 10001 100100 0 1010000 111011 1000010 101011000 1000011 10100

Color Harmonies of #571124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571124

Black with #571124

Text Example


Text Example

White with #571124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571124; }

 p { color: rgb(87,17,36); }

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

background-color css

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

 a { background-color: rgb(87,17,36); }

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

border-color css

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

 span { border-color: rgb(87,17,36); }

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