#571021

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

Shades of Bordeaux #571021

Tints of Bordeaux #571021

Color information

#571021 (or 0x571021) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 21. RGB value is (87,16,33). Sum of RGB (Red+Green+Blue) = 87+16+33=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571021 is #A8EFDE. Grayscale: #272727. Windows color (decimal): -11071455 or 2166871. OLE color: 2166871.

HSL color Cylindrical-coordinate representation of color #571021: hue angle of 345.63º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571021 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB871633-
CMYK00.820.620.66
HSL345.63º68.93%20.2%-
HSV(B)345.63º81.61%34.12%-
XYZ4.392.511.69-
YUV39.17124.52162.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=63.97%
G=11.76%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87163300.820.620.66345.6368.9320.2
Hex5710210523E4215a4514
Octal127204101227610253210524
Binary101011110000100001010100101111101000010101011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571021; }

 p { color: rgb(87,16,33); }

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

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

 a { background-color: rgb(87,16,33); }

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

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

 span { border-color: rgb(87,16,33); }

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