Html Css Color HEX #571620 Bordeaux

📋 copy color: '#571620'

red 87 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #571620

Tints of Bordeaux #571620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 61.7%
G = 15.6%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#571620 (or 0x571620) is known color: Bordeaux. HEX triplet: 57, 16 and 20. RGB value is (87,22,32). Sum of RGB (Red+Green+Blue) = 87+22+32=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571620 is #A8E9DF. Grayscale: #2A2A2A. Windows color (decimal): -11069920 or 2102871. OLE color: 2102871.

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

Color convert

RGB 87 22 32 -
CMYK 0 0.75 0.63 0.66
HSL 350.77º 0.6% 0.21% -
HSV(B) 350.77º 0.75% 0.34% -
XYZ 4.48 2.7 1.65 -
YUV 42.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 87 22 32 0 0.75 0.63 0.66 350.77 0.6 0.21
Hex 57 16 20 0 4B 3F 42 15F 3C 15
Octal 127 26 40 0 113 77 102 537 74 25
Binary 1010111 10110 100000 0 1001011 111111 1000010 101011111 111100 10101

Color Harmonies of #571620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571620

Black with #571620

Text Example


Text Example

White with #571620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571620; }

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

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

background-color css

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

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

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

border-color css

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

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

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