#571123

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

Shades of Bordeaux #571123

Tints of Bordeaux #571123

Color information

#571123 (or 0x571123) is unknown color: approx Bordeaux. HEX triplet: 57, 11 and 23. RGB value is (87,17,35). Sum of RGB (Red+Green+Blue) = 87+17+35=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571123 is #A8EEDC. Grayscale: #272727. Windows color (decimal): -11071197 or 2298199. OLE color: 2298199.

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

Color convert

RGB871735-
CMYK00.800.600.66
HSL344.57º67.31%20.39%-
HSV(B)344.57º80.46%34.12%-
XYZ4.432.551.85-
YUV39.98125.19161.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=62.59%
G=12.23%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87173500.800.600.66344.5767.3120.39
Hex5711230503C421594314
Octal127214301207410253110324
Binary101011110001100011010100001111001000010101011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571123; }

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

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

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

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

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

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

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

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