Html Css Color HEX #571322 Bordeaux

📋 copy color: '#571322'

red 87 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #571322

Tints of Bordeaux #571322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 34 (13.67% from 255) = 24.29%

R = 62.14%
G = 13.57%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#571322 (or 0x571322) is known color: Bordeaux. HEX triplet: 57, 13 and 22. RGB value is (87,19,34). Sum of RGB (Red+Green+Blue) = 87+19+34=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571322 is #A8ECDD. Grayscale: #292929. Windows color (decimal): -11070686 or 2233175. OLE color: 2233175.

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

Color convert

RGB 87 19 34 -
CMYK 0 0.78 0.61 0.66
HSL 346.76º 0.64% 0.21% -
HSV(B) 346.76º 0.78% 0.34% -
XYZ 4.45 2.61 1.78 -
YUV 41.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 87 19 34 0 0.78 0.61 0.66 346.76 0.64 0.21
Hex 57 13 22 0 4E 3D 42 15B 40 15
Octal 127 23 42 0 116 75 102 533 100 25
Binary 1010111 10011 100010 0 1001110 111101 1000010 101011011 1000000 10101

Color Harmonies of #571322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571322

Black with #571322

Text Example


Text Example

White with #571322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571322; }

 p { color: rgb(87,19,34); }

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

background-color css

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

 a { background-color: rgb(87,19,34); }

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

border-color css

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

 span { border-color: rgb(87,19,34); }

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