#530800

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

Shades of Red Oxide #530800

Tints of Red Oxide #530800

Color information

#530800 (or 0x530800) is unknown color: approx Red Oxide. HEX triplet: 53, 08 and 00. RGB value is (83,8,0). Sum of RGB (Red+Green+Blue) = 83+8+0=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530800 is #ACF7FF. Grayscale: #1D1D1D. Windows color (decimal): -11335680 or 2131. OLE color: 2131.

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

Color convert

RGB8380-
CMYK00.9010.67
HSL5.78º100%16.27%-
HSV(B)5.78º100%32.55%-
XYZ3.652.010.2-
YUV29.51111.35166.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 91.21%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.21%
G=8.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838000.9010.675.7810016.27
Hex538005A644366410
Octal1231000132144103614420
Binary1010011100000101101011001001000011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530800; }

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

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

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

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

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

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

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

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