#530606

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

Shades of Red Oxide #530606

Tints of Red Oxide #530606

Color information

#530606 (or 0x530606) is unknown color: approx Red Oxide. HEX triplet: 53, 06 and 06. RGB value is (83,6,6). Sum of RGB (Red+Green+Blue) = 83+6+6=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530606 is #ACF9F9. Grayscale: #1D1D1D. Windows color (decimal): -11336186 or 394835. OLE color: 394835.

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

Color convert

RGB8366-
CMYK00.930.930.67
HSL86.52%17.45%-
HSV(B)92.77%32.55%-
XYZ3.671.980.36-
YUV29.02115.01166.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 87.37%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=87.37%
G=6.32%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal836600.930.930.67086.5217.45
Hex536605D5D4305711
Octal123660135135103012721
Binary101001111011001011101101110110000110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530606; }

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

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

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

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

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

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

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

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