#530805

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

Shades of Red Oxide #530805

Tints of Red Oxide #530805

Color information

#530805 (or 0x530805) is unknown color: approx Red Oxide. HEX triplet: 53, 08 and 05. RGB value is (83,8,5). Sum of RGB (Red+Green+Blue) = 83+8+5=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530805 is #ACF7FA. Grayscale: #1E1E1E. Windows color (decimal): -11335675 or 329811. OLE color: 329811.

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

Color convert

RGB8385-
CMYK00.900.940.67
HSL2.31º88.64%17.25%-
HSV(B)2.31º93.98%32.55%-
XYZ3.682.020.34-
YUV30.08113.85165.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 86.46%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=86.46%
G=8.33%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838500.900.940.672.3188.6417.25
Hex538505A5E4325911
Octal1231050132136103213121
Binary10100111000101010110101011110100001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530805; }

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

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

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

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

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

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

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

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