Html Css Color HEX #571122 Bordeaux

📋 copy color: '#571122'

red 87 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #571122

Tints of Bordeaux #571122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 63.04%
G = 12.32%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#571122 (or 0x571122) is known color: Bordeaux. HEX triplet: 57, 11 and 22. RGB value is (87,17,34). Sum of RGB (Red+Green+Blue) = 87+17+34=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571122 is #A8EEDD. Grayscale: #272727. Windows color (decimal): -11071198 or 2232663. OLE color: 2232663.

HSL color Cylindrical-coordinate representation of color #571122: hue angle of 345.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571122 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 34 -
CMYK 0 0.80 0.61 0.66
HSL 345.43º 0.67% 0.2% -
HSV(B) 345.43º 0.8% 0.34% -
XYZ 4.42 2.54 1.77 -
YUV 39.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 87 17 34 0 0.80 0.61 0.66 345.43 0.67 0.2
Hex 57 11 22 0 50 3D 42 159 43 14
Octal 127 21 42 0 120 75 102 531 103 24
Binary 1010111 10001 100010 0 1010000 111101 1000010 101011001 1000011 10100

Color Harmonies of #571122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571122

Black with #571122

Text Example


Text Example

White with #571122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571122; }

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

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

background-color css

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

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

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

border-color css

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

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

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