#571223

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

Shades of Bordeaux #571223

Tints of Bordeaux #571223

Color information

#571223 (or 0x571223) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 23. RGB value is (87,18,35). Sum of RGB (Red+Green+Blue) = 87+18+35=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571223 is #A8EDDC. Grayscale: #282828. Windows color (decimal): -11070941 or 2298455. OLE color: 2298455.

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

Color convert

RGB871835-
CMYK00.790.600.66
HSL345.22º65.71%20.59%-
HSV(B)345.22º79.31%34.12%-
XYZ4.452.581.85-
YUV40.57124.86161.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 35 (14.06% from 255) = 25%
R=62.14%
G=12.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87183500.790.600.66345.2265.7120.59
Hex57122304F3C421594215
Octal127224301177410253110225
Binary101011110010100011010011111111001000010101011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571223; }

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

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

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

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

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

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

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

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