#631D10

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

Shades of Red Oxide #631D10

Tints of Red Oxide #631D10

Color information

#631D10 (or 0x631D10) is unknown color: approx Red Oxide. HEX triplet: 63, 1D and 10. RGB value is (99,29,16). Sum of RGB (Red+Green+Blue) = 99+29+16=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631D10 is #9CE2EF. Grayscale: #303030. Windows color (decimal): -10281712 or 1056099. OLE color: 1056099.

HSL color Cylindrical-coordinate representation of color #631D10: hue angle of 9.4º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631D10 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB992916-
CMYK00.710.840.61
HSL9.4º72.17%22.55%-
HSV(B)9.4º83.84%38.82%-
XYZ5.683.570.88-
YUV48.45109.69164.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=68.75%
G=20.14%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99291600.710.840.619.472.1722.55
Hex631D10047543D94817
Octal14335200107124751111027
Binary110001111101100000100011110101001111011001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631D10; }

 p { color: rgb(99,29,16); }

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

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

 a { background-color: rgb(99,29,16); }

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

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

 span { border-color: rgb(99,29,16); }

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