#530F20

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

Shades of Bordeaux #530F20

Tints of Bordeaux #530F20

Color information

#530F20 (or 0x530F20) is unknown color: approx Bordeaux. HEX triplet: 53, 0F and 20. RGB value is (83,15,32). Sum of RGB (Red+Green+Blue) = 83+15+32=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #530F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F20 is #ACF0DF. Grayscale: #252525. Windows color (decimal): -11333856 or 2101075. OLE color: 2101075.

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

Color convert

RGB831532-
CMYK00.820.610.67
HSL345º69.39%19.22%-
HSV(B)345º81.93%32.55%-
XYZ42.281.6-
YUV37.27125.03160.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=63.85%
G=11.54%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83153200.820.610.6734569.3919.22
Hex53F200523D431594513
Octal123174001227510353110523
Binary10100111111100000010100101111011000011101011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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