#631403

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

Shades of Red Oxide #631403

Tints of Red Oxide #631403

Color information

#631403 (or 0x631403) is unknown color: approx Red Oxide. HEX triplet: 63, 14 and 03. RGB value is (99,20,3). Sum of RGB (Red+Green+Blue) = 99+20+3=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631403 is #9CEBFC. Grayscale: #292929. Windows color (decimal): -10284029 or 201827. OLE color: 201827.

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

Color convert

RGB99203-
CMYK00.800.970.61
HSL10.62º94.12%20%-
HSV(B)10.62º96.97%38.82%-
XYZ5.413.160.41-
YUV41.68106.17168.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=81.15%
G=16.39%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9920300.800.970.6110.6294.1220
Hex63143050613Db5e14
Octal1432430120141751313624
Binary110001110100110101000011000011111011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631403; }

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

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

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

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

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

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

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

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