Html Css Color HEX #571224 Bordeaux

📋 copy color: '#571224'

red 87 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #571224

Tints of Bordeaux #571224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 61.7%
G = 12.77%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#571224 (or 0x571224) is known color: Bordeaux. HEX triplet: 57, 12 and 24. RGB value is (87,18,36). Sum of RGB (Red+Green+Blue) = 87+18+36=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571224 is #A8EDDB. Grayscale: #282828. Windows color (decimal): -11070940 or 2363991. OLE color: 2363991.

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

Color convert

RGB 87 18 36 -
CMYK 0 0.79 0.59 0.66
HSL 344.35º 0.66% 0.21% -
HSV(B) 344.35º 0.79% 0.34% -
XYZ 4.47 2.59 1.93 -
YUV 40.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 87 18 36 0 0.79 0.59 0.66 344.35 0.66 0.21
Hex 57 12 24 0 4F 3B 42 158 42 15
Octal 127 22 44 0 117 73 102 530 102 25
Binary 1010111 10010 100100 0 1001111 111011 1000010 101011000 1000010 10101

Color Harmonies of #571224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571224

Black with #571224

Text Example


Text Example

White with #571224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571224; }

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

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

background-color css

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

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

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

border-color css

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

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

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