#531307

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

Shades of Red Oxide #531307

Tints of Red Oxide #531307

Color information

#531307 (or 0x531307) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 07. RGB value is (83,19,7). Sum of RGB (Red+Green+Blue) = 83+19+7=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531307 is #ACECF8. Grayscale: #242424. Windows color (decimal): -11332857 or 463699. OLE color: 463699.

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

Color convert

RGB83197-
CMYK00.770.920.67
HSL9.47º84.44%17.65%-
HSV(B)9.47º91.57%32.55%-
XYZ3.842.320.45-
YUV36.77111.2160.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=76.15%
G=17.43%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8319700.770.920.679.4784.4417.65
Hex5313704D5C4395412
Octal12323701151341031112422
Binary10100111001111101001101101110010000111001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531307; }

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

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

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

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

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

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

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

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