#521217

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

Shades of Bordeaux #521217

Tints of Bordeaux #521217

Color information

#521217 (or 0x521217) is unknown color: approx Bordeaux. HEX triplet: 52, 12 and 17. RGB value is (82,18,23). Sum of RGB (Red+Green+Blue) = 82+18+23=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521217 is #ADEDE8. Grayscale: #252525. Windows color (decimal): -11398633 or 1512018. OLE color: 1512018.

HSL color Cylindrical-coordinate representation of color #521217: hue angle of 355.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521217 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB821823-
CMYK00.780.720.68
HSL355.31º64%19.61%-
HSV(B)355.31º78.05%32.16%-
XYZ3.852.291.05-
YUV37.71119.7159.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=66.67%
G=14.63%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82182300.780.720.68355.316419.61
Hex52121704E48441634014
Octal1222227011611010454310024
Binary101001010010101110100111010010001000100101100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521217; }

 p { color: rgb(82,18,23); }

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

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

 a { background-color: rgb(82,18,23); }

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

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

 span { border-color: rgb(82,18,23); }

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