#521521

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

Shades of Bordeaux #521521

Tints of Bordeaux #521521

Color information

#521521 (or 0x521521) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 21. RGB value is (82,21,33). Sum of RGB (Red+Green+Blue) = 82+21+33=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521521 is #ADEADE. Grayscale: #282828. Windows color (decimal): -11397855 or 2168146. OLE color: 2168146.

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

Color convert

RGB822133-
CMYK00.740.600.68
HSL348.2º59.22%20.2%-
HSV(B)348.2º74.39%32.16%-
XYZ4.022.441.7-
YUV40.61123.71157.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=60.29%
G=15.44%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82213300.740.600.68348.259.2220.2
Hex52152104A3C4415c3b14
Octal12225410112741045347324
Binary10100101010110000101001010111100100010010101110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521521; }

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

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

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

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

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

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

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

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