#530210

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

Shades of Bordeaux #530210

Tints of Bordeaux #530210

Color information

#530210 (or 0x530210) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 10. RGB value is (83,2,16). Sum of RGB (Red+Green+Blue) = 83+2+16=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530210 is #ACFDEF. Grayscale: #1B1B1B. Windows color (decimal): -11337200 or 1049171. OLE color: 1049171.

HSL color Cylindrical-coordinate representation of color #530210: hue angle of 349.63º 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 #530210 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB83216-
CMYK00.980.810.67
HSL349.63º95.29%16.67%-
HSV(B)349.63º97.59%32.55%-
XYZ3.681.920.67-
YUV27.82121.34167.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 82.18%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=82.18%
G=1.98%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321600.980.810.67349.6395.2916.67
Hex53210062514315e5f11
Octal123220014212110353613721
Binary101001110100000110001010100011000011101011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530210; }

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

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

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

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

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

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

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

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