#530211

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

Shades of Bordeaux #530211

Tints of Bordeaux #530211

Color information

#530211 (or 0x530211) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 11. RGB value is (83,2,17). Sum of RGB (Red+Green+Blue) = 83+2+17=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530211 is #ACFDEE. Grayscale: #1B1B1B. Windows color (decimal): -11337199 or 1114707. OLE color: 1114707.

HSL color Cylindrical-coordinate representation of color #530211: hue angle of 348.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530211 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB83217-
CMYK00.980.800.67
HSL348.89º95.29%16.67%-
HSV(B)348.89º97.59%32.55%-
XYZ3.691.920.71-
YUV27.93121.84167.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=81.37%
G=1.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321700.980.800.67348.8995.2916.67
Hex53211062504315d5f11
Octal123221014212010353513721
Binary101001110100010110001010100001000011101011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530211; }

 p { color: rgb(83,2,17); }

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

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

 a { background-color: rgb(83,2,17); }

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

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

 span { border-color: rgb(83,2,17); }

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