#631303

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

Shades of Red Oxide #631303

Tints of Red Oxide #631303

Color information

#631303 (or 0x631303) is unknown color: approx Red Oxide. HEX triplet: 63, 13 and 03. RGB value is (99,19,3). Sum of RGB (Red+Green+Blue) = 99+19+3=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #631303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631303 is #9CECFC. Grayscale: #292929. Windows color (decimal): -10284285 or 201571. OLE color: 201571.

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

Color convert

RGB99193-
CMYK00.810.970.61
HSL10º94.12%20%-
HSV(B)10º96.97%38.82%-
XYZ5.393.120.4-
YUV41.1106.5169.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.82%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=81.82%
G=15.70%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9919300.810.970.611094.1220
Hex63133051613Da5e14
Octal1432330121141751213624
Binary110001110011110101000111000011111011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631303; }

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

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

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

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

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

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

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

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