#530D16

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

Shades of Bordeaux #530D16

Tints of Bordeaux #530D16

Color information

#530D16 (or 0x530D16) is unknown color: approx Bordeaux. HEX triplet: 53, 0D and 16. RGB value is (83,13,22). Sum of RGB (Red+Green+Blue) = 83+13+22=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D16 is #ACF2E9. Grayscale: #222222. Windows color (decimal): -11334378 or 1445203. OLE color: 1445203.

HSL color Cylindrical-coordinate representation of color #530D16: hue angle of 352.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D16 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB831322-
CMYK00.840.730.67
HSL352.29º72.92%18.82%-
HSV(B)352.29º84.34%32.55%-
XYZ3.862.180.98-
YUV34.96120.69162.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 22 (8.98% from 255) = 18.64%
R=70.34%
G=11.02%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83132200.840.730.67352.2972.9218.82
Hex53D1605449431604913
Octal1231526012411110354011123
Binary10100111101101100101010010010011000011101100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530D16; }

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

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

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

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

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

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

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

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