#530806

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

Shades of Red Oxide #530806

Tints of Red Oxide #530806

Color information

#530806 (or 0x530806) is unknown color: approx Red Oxide. HEX triplet: 53, 08 and 06. RGB value is (83,8,6). Sum of RGB (Red+Green+Blue) = 83+8+6=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530806 is #ACF7F9. Grayscale: #1E1E1E. Windows color (decimal): -11335674 or 395347. OLE color: 395347.

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

Color convert

RGB8386-
CMYK00.900.930.67
HSL1.56º86.52%17.45%-
HSV(B)1.56º92.77%32.55%-
XYZ3.692.030.37-
YUV30.2114.35165.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=85.57%
G=8.25%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838600.900.930.671.5686.5217.45
Hex538605A5D4325711
Octal1231060132135103212721
Binary10100111000110010110101011101100001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530806; }

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

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

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

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

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

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

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

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