#631304

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

Shades of Red Oxide #631304

Tints of Red Oxide #631304

Color information

#631304 (or 0x631304) is unknown color: approx Red Oxide. HEX triplet: 63, 13 and 04. RGB value is (99,19,4). Sum of RGB (Red+Green+Blue) = 99+19+4=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631304 is #9CECFB. Grayscale: #292929. Windows color (decimal): -10284284 or 267107. OLE color: 267107.

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

Color convert

RGB99194-
CMYK00.810.960.61
HSL9.47º92.23%20.2%-
HSV(B)9.47º95.96%38.82%-
XYZ5.43.130.43-
YUV41.21107169.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=81.15%
G=15.57%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9919400.810.960.619.4792.2320.2
Hex63134051603D95c14
Octal1432340121140751113424
Binary1100011100111000101000111000001111011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631304; }

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

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

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

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

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

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

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

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