#530907

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

Shades of Red Oxide #530907

Tints of Red Oxide #530907

Color information

#530907 (or 0x530907) is unknown color: approx Red Oxide. HEX triplet: 53, 09 and 07. RGB value is (83,9,7). Sum of RGB (Red+Green+Blue) = 83+9+7=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530907 is #ACF6F8. Grayscale: #1E1E1E. Windows color (decimal): -11335417 or 461139. OLE color: 461139.

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

Color convert

RGB8397-
CMYK00.890.920.67
HSL1.58º84.44%17.65%-
HSV(B)1.58º91.57%32.55%-
XYZ3.72.050.4-
YUV30.9114.52165.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83.84%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=83.84%
G=9.09%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal839700.890.920.671.5884.4417.65
Hex53970595C4325412
Octal1231170131134103212422
Binary10100111001111010110011011100100001110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530907; }

 p { color: rgb(83,9,7); }

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

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

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

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

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

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

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