#631100

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

Shades of Red Oxide #631100

Tints of Red Oxide #631100

Color information

#631100 (or 0x631100) is unknown color: approx Red Oxide. HEX triplet: 63, 11 and 00. RGB value is (99,17,0). Sum of RGB (Red+Green+Blue) = 99+17+0=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #631100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631100 is #9CEEFF. Grayscale: #272727. Windows color (decimal): -10284800 or 4451. OLE color: 4451.

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

Color convert

RGB99170-
CMYK00.8310.61
HSL10.3º100%19.41%-
HSV(B)10.3º100%38.82%-
XYZ5.353.050.31-
YUV39.58105.67170.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 85.34%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.34%
G=14.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9917000.8310.6110.310019.41
Hex63110053643Da6413
Octal1432100123144751214423
Binary11000111000100101001111001001111011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631100; }

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

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

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

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

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

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

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

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