#530D14

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

Shades of Bordeaux #530D14

Tints of Bordeaux #530D14

Color information

#530D14 (or 0x530D14) is unknown color: approx Bordeaux. HEX triplet: 53, 0D and 14. RGB value is (83,13,20). Sum of RGB (Red+Green+Blue) = 83+13+20=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D14 is #ACF2EB. Grayscale: #222222. Windows color (decimal): -11334380 or 1314131. OLE color: 1314131.

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

Color convert

RGB831320-
CMYK00.840.760.67
HSL354º72.92%18.82%-
HSV(B)354º84.34%32.55%-
XYZ3.842.180.88-
YUV34.73119.69162.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=71.55%
G=11.21%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83132000.840.760.6735472.9218.82
Hex53D140544C431624913
Octal1231524012411410354211123
Binary10100111101101000101010010011001000011101100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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