#530709

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

Shades of Rustic Red #530709

Tints of Rustic Red #530709

Color information

#530709 (or 0x530709) is unknown color: approx Rustic Red. HEX triplet: 53, 07 and 09. RGB value is (83,7,9). Sum of RGB (Red+Green+Blue) = 83+7+9=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530709 is #ACF8F6. Grayscale: #1E1E1E. Windows color (decimal): -11335927 or 591699. OLE color: 591699.

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

Color convert

RGB8379-
CMYK00.920.890.67
HSL358.42º84.44%17.65%-
HSV(B)358.42º91.57%32.55%-
XYZ3.692.010.45-
YUV29.95116.18165.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83.84%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=83.84%
G=7.07%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal837900.920.890.67358.4284.4417.65
Hex537905C59431665412
Octal123711013413110354612422
Binary101001111110010101110010110011000011101100110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530709; }

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

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

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

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

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

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

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

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