#631101

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

Shades of Red Oxide #631101

Tints of Red Oxide #631101

Color information

#631101 (or 0x631101) is unknown color: approx Red Oxide. HEX triplet: 63, 11 and 01. RGB value is (99,17,1). Sum of RGB (Red+Green+Blue) = 99+17+1=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #631101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631101 is #9CEEFE. Grayscale: #272727. Windows color (decimal): -10284799 or 69987. OLE color: 69987.

HSL color Cylindrical-coordinate representation of color #631101: hue angle of 9.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #631101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99171-
CMYK00.830.990.61
HSL9.8º98%19.61%-
HSV(B)9.8º98.99%38.82%-
XYZ5.353.060.34-
YUV39.69106.17170.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 84.62%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=84.62%
G=14.53%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9917100.830.990.619.89819.61
Hex63111053633Da6214
Octal1432110123143751214224
Binary11000111000110101001111000111111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631101; }

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

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

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

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

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

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

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

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