#571222

Color #571222 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #571222

Tints of Bordeaux #571222

Color information

#571222 (or 0x571222) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 22. RGB value is (87,18,34). Sum of RGB (Red+Green+Blue) = 87+18+34=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571222 is #A8EDDD. Grayscale: #282828. Windows color (decimal): -11070942 or 2232919. OLE color: 2232919.

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

Color convert

RGB871834-
CMYK00.790.610.66
HSL346.09º65.71%20.59%-
HSV(B)346.09º79.31%34.12%-
XYZ4.442.571.78-
YUV40.45124.36161.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=62.59%
G=12.95%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87183400.790.610.66346.0965.7120.59
Hex57122204F3D4215a4215
Octal127224201177510253210225
Binary101011110010100010010011111111011000010101011010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571222; }

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

 H1.HeaderClassName
 {
   color: #571222;
 }
 .AnyTagClassName
 {
   color: #571222;
 }
</style>
background-color css

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

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

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

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

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

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