#631300

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

Shades of Red Oxide #631300

Tints of Red Oxide #631300

Color information

#631300 (or 0x631300) is unknown color: approx Red Oxide. HEX triplet: 63, 13 and 00. RGB value is (99,19,0). Sum of RGB (Red+Green+Blue) = 99+19+0=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #631300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631300 is #9CECFF. Grayscale: #282828. Windows color (decimal): -10284288 or 4963. OLE color: 4963.

HSL color Cylindrical-coordinate representation of color #631300: hue angle of 11.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631300 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99190-
CMYK00.8110.61
HSL11.52º100%19.41%-
HSV(B)11.52º100%38.82%-
XYZ5.383.120.32-
YUV40.75105169.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.90%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.90%
G=16.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9919000.8110.6111.5210019.41
Hex63130051643Dc6413
Octal1432300121144751414423
Binary11000111001100101000111001001111011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631300; }

 p { color: rgb(99,19,0); }

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

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

 a { background-color: rgb(99,19,0); }

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

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

 span { border-color: rgb(99,19,0); }

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