#530216

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

Shades of Bordeaux #530216

Tints of Bordeaux #530216

Color information

#530216 (or 0x530216) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 16. RGB value is (83,2,22). Sum of RGB (Red+Green+Blue) = 83+2+22=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530216 is #ACFDE9. Grayscale: #1C1C1C. Windows color (decimal): -11337194 or 1442387. OLE color: 1442387.

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

Color convert

RGB83222-
CMYK00.980.730.67
HSL345.19º95.29%16.67%-
HSV(B)345.19º97.59%32.55%-
XYZ3.731.940.94-
YUV28.5124.34166.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=77.57%
G=1.87%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322200.980.730.67345.1995.2916.67
Hex5321606249431595f11
Octal123226014211110353113721
Binary101001110101100110001010010011000011101011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530216; }

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

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

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

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

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

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

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

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