#530600

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

Shades of Red Oxide #530600

Tints of Red Oxide #530600

Color information

#530600 (or 0x530600) is unknown color: approx Red Oxide. HEX triplet: 53, 06 and 00. RGB value is (83,6,0). Sum of RGB (Red+Green+Blue) = 83+6+0=89 (11% of max value = 765). Red value is 83 (32.81% from 255 or 93.26% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 83 - color contains mainly: red. Hex color #530600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530600 is #ACF9FF. Grayscale: #1C1C1C. Windows color (decimal): -11336192 or 1619. OLE color: 1619.

HSL color Cylindrical-coordinate representation of color #530600: hue angle of 4.34º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530600 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB8360-
CMYK00.9310.67
HSL4.34º100%16.27%-
HSV(B)4.34º100%32.55%-
XYZ3.631.970.19-
YUV28.34112.01166.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 93.26%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.26%
G=6.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal836000.9310.674.3410016.27
Hex536005D644346410
Octal123600135144103414420
Binary101001111000101110111001001000011100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530600; }

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

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

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

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

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

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

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

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