#530D10

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

Shades of Bordeaux #530D10

Tints of Bordeaux #530D10

Color information

#530D10 (or 0x530D10) is unknown color: approx Bordeaux. HEX triplet: 53, 0D and 10. RGB value is (83,13,16). Sum of RGB (Red+Green+Blue) = 83+13+16=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D10 is #ACF2EF. Grayscale: #222222. Windows color (decimal): -11334384 or 1051987. OLE color: 1051987.

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

Color convert

RGB831316-
CMYK00.840.810.67
HSL357.43º72.92%18.82%-
HSV(B)357.43º84.34%32.55%-
XYZ3.82.160.71-
YUV34.27117.69162.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=74.11%
G=11.61%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83131600.840.810.67357.4372.9218.82
Hex53D1005451431654913
Octal1231520012412110354511123
Binary10100111101100000101010010100011000011101100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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