#530D06

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

Shades of Red Oxide #530D06

Tints of Red Oxide #530D06

Color information

#530D06 (or 0x530D06) is unknown color: approx Red Oxide. HEX triplet: 53, 0D and 06. RGB value is (83,13,6). Sum of RGB (Red+Green+Blue) = 83+13+6=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D06 is #ACF2F9. Grayscale: #212121. Windows color (decimal): -11334394 or 396627. OLE color: 396627.

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

Color convert

RGB83136-
CMYK00.840.930.67
HSL5.45º86.52%17.45%-
HSV(B)5.45º92.77%32.55%-
XYZ3.742.140.39-
YUV33.13112.69163.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=81.37%
G=12.75%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313600.840.930.675.4586.5217.45
Hex53D60545D4355711
Octal1231560124135103512721
Binary101001111011100101010010111011000011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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