#631205

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

Shades of Red Oxide #631205

Tints of Red Oxide #631205

Color information

#631205 (or 0x631205) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 05. RGB value is (99,18,5). Sum of RGB (Red+Green+Blue) = 99+18+5=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631205 is #9CEDFA. Grayscale: #282828. Windows color (decimal): -10284539 or 332387. OLE color: 332387.

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

Color convert

RGB99185-
CMYK00.820.950.61
HSL8.3º90.38%20.39%-
HSV(B)8.3º94.95%38.82%-
XYZ5.393.10.46-
YUV40.74107.84169.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=81.15%
G=14.75%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918500.820.950.618.390.3820.39
Hex631250525F3D85a14
Octal1432250122137751013224
Binary1100011100101010101001010111111111011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631205; }

 p { color: rgb(99,18,5); }

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

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

 a { background-color: rgb(99,18,5); }

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

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

 span { border-color: rgb(99,18,5); }

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