#530D07

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

Shades of Red Oxide #530D07

Tints of Red Oxide #530D07

Color information

#530D07 (or 0x530D07) is unknown color: approx Red Oxide. HEX triplet: 53, 0D and 07. RGB value is (83,13,7). Sum of RGB (Red+Green+Blue) = 83+13+7=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D07 is #ACF2F8. Grayscale: #212121. Windows color (decimal): -11334393 or 462163. OLE color: 462163.

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

Color convert

RGB83137-
CMYK00.840.920.67
HSL4.74º84.44%17.65%-
HSV(B)4.74º91.57%32.55%-
XYZ3.752.140.42-
YUV33.25113.19163.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=80.58%
G=12.62%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313700.840.920.674.7484.4417.65
Hex53D70545C4355412
Octal1231570124134103512422
Binary101001111011110101010010111001000011101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530D07; }

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

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

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

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

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

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

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

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