Html Css Color HEX #571020 Bordeaux

📋 copy color: '#571020'

red 87 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #571020

Tints of Bordeaux #571020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 64.44%
G = 11.85%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#571020 (or 0x571020) is known color: Bordeaux. HEX triplet: 57, 10 and 20. RGB value is (87,16,32). Sum of RGB (Red+Green+Blue) = 87+16+32=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571020 is #A8EFDF. Grayscale: #272727. Windows color (decimal): -11071456 or 2101335. OLE color: 2101335.

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

Color convert

RGB 87 16 32 -
CMYK 0 0.82 0.63 0.66
HSL 346.48º 0.69% 0.2% -
HSV(B) 346.48º 0.82% 0.34% -
XYZ 4.38 2.5 1.62 -
YUV 39.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 87 16 32 0 0.82 0.63 0.66 346.48 0.69 0.2
Hex 57 10 20 0 52 3F 42 15A 45 14
Octal 127 20 40 0 122 77 102 532 105 24
Binary 1010111 10000 100000 0 1010010 111111 1000010 101011010 1000101 10100

Color Harmonies of #571020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571020

Black with #571020

Text Example


Text Example

White with #571020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571020; }

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

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

background-color css

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

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

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

border-color css

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

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

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