#571822

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

Shades of Bordeaux #571822

Tints of Bordeaux #571822

Color information

#571822 (or 0x571822) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 22. RGB value is (87,24,34). Sum of RGB (Red+Green+Blue) = 87+24+34=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571822 is #A8E7DD. Grayscale: #2C2C2C. Windows color (decimal): -11069406 or 2234455. OLE color: 2234455.

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

Color convert

RGB872434-
CMYK00.720.610.66
HSL350.48º56.76%21.76%-
HSV(B)350.48º72.41%34.12%-
XYZ4.552.791.81-
YUV43.98122.37158.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=60%
G=16.55%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87243400.720.610.66350.4856.7621.76
Hex5718220483D4215e3916
Octal12730420110751025367126
Binary10101111100010001001001000111101100001010101111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571822; }

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

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

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

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

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

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

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

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