Html Css Color HEX #571220 Bordeaux

📋 copy color: '#571220'

red 87 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #571220

Tints of Bordeaux #571220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 63.5%
G = 13.14%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#571220 (or 0x571220) is known color: Bordeaux. HEX triplet: 57, 12 and 20. RGB value is (87,18,32). Sum of RGB (Red+Green+Blue) = 87+18+32=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571220 is #A8EDDF. Grayscale: #282828. Windows color (decimal): -11070944 or 2101847. OLE color: 2101847.

HSL color Cylindrical-coordinate representation of color #571220: hue angle of 347.83º 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 #571220 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 32 -
CMYK 0 0.79 0.63 0.66
HSL 347.83º 0.66% 0.21% -
HSV(B) 347.83º 0.79% 0.34% -
XYZ 4.41 2.56 1.63 -
YUV 40.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 87 18 32 0 0.79 0.63 0.66 347.83 0.66 0.21
Hex 57 12 20 0 4F 3F 42 15C 42 15
Octal 127 22 40 0 117 77 102 534 102 25
Binary 1010111 10010 100000 0 1001111 111111 1000010 101011100 1000010 10101

Color Harmonies of #571220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571220

Black with #571220

Text Example


Text Example

White with #571220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571220; }

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

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

background-color css

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

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

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

border-color css

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

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

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