#521921

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

Shades of Bordeaux #521921

Tints of Bordeaux #521921

Color information

#521921 (or 0x521921) is unknown color: approx Bordeaux. HEX triplet: 52, 19 and 21. RGB value is (82,25,33). Sum of RGB (Red+Green+Blue) = 82+25+33=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521921 is #ADE6DE. Grayscale: #2A2A2A. Windows color (decimal): -11396831 or 2169170. OLE color: 2169170.

HSL color Cylindrical-coordinate representation of color #521921: hue angle of 351.58º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521921 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB822533-
CMYK00.700.600.68
HSL351.58º53.27%20.98%-
HSV(B)351.58º69.51%32.16%-
XYZ4.12.61.72-
YUV42.96122.38155.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=58.57%
G=17.86%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82253300.700.600.68351.5853.2720.98
Hex5219210463C441603515
Octal12231410106741045406525
Binary10100101100110000101000110111100100010010110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521921; }

 p { color: rgb(82,25,33); }

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

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

 a { background-color: rgb(82,25,33); }

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

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

 span { border-color: rgb(82,25,33); }

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