#530D20

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

Shades of Bordeaux #530D20

Tints of Bordeaux #530D20

Color information

#530D20 (or 0x530D20) is unknown color: approx Bordeaux. HEX triplet: 53, 0D and 20. RGB value is (83,13,32). Sum of RGB (Red+Green+Blue) = 83+13+32=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D20 is #ACF2DF. Grayscale: #242424. Windows color (decimal): -11334368 or 2100563. OLE color: 2100563.

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

Color convert

RGB831332-
CMYK00.840.610.67
HSL343.71º72.92%18.82%-
HSV(B)343.71º84.34%32.55%-
XYZ3.972.231.59-
YUV36.1125.69161.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 32 (12.89% from 255) = 25%
R=64.84%
G=10.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83133200.840.610.67343.7172.9218.82
Hex53D200543D431584913
Octal123154001247510353011123
Binary10100111101100000010101001111011000011101011000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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