#530804

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

Shades of Red Oxide #530804

Tints of Red Oxide #530804

Color information

#530804 (or 0x530804) is unknown color: approx Red Oxide. HEX triplet: 53, 08 and 04. RGB value is (83,8,4). Sum of RGB (Red+Green+Blue) = 83+8+4=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530804 is #ACF7FB. Grayscale: #1E1E1E. Windows color (decimal): -11335676 or 264275. OLE color: 264275.

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

Color convert

RGB8384-
CMYK00.900.950.67
HSL3.04º90.8%17.06%-
HSV(B)3.04º95.18%32.55%-
XYZ3.682.020.31-
YUV29.97113.35165.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 87.37%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=87.37%
G=8.42%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838400.900.950.673.0490.817.06
Hex538405A5F4335b11
Octal1231040132137103313321
Binary10100111000100010110101011111100001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530804; }

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

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

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

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

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

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

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

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