#530609

Color #530609 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #530609

Tints of Rustic Red #530609

Color information

#530609 (or 0x530609) is unknown color: approx Rustic Red. HEX triplet: 53, 06 and 09. RGB value is (83,6,9). Sum of RGB (Red+Green+Blue) = 83+6+9=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #530609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530609 is #ACF9F6. Grayscale: #1D1D1D. Windows color (decimal): -11336183 or 591443. OLE color: 591443.

HSL color Cylindrical-coordinate representation of color #530609: hue angle of 357.66º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530609 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB8369-
CMYK00.930.890.67
HSL357.66º86.52%17.45%-
HSV(B)357.66º92.77%32.55%-
XYZ3.681.990.45-
YUV29.36116.51166.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 84.69%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=84.69%
G=6.12%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal836900.930.890.67357.6686.5217.45
Hex536905D59431665711
Octal123611013513110354612721
Binary101001111010010101110110110011000011101100110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530609; }

 p { color: rgb(83,6,9); }

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

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

 a { background-color: rgb(83,6,9); }

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

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

 span { border-color: rgb(83,6,9); }

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