#631210

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

Shades of Red Oxide #631210

Tints of Red Oxide #631210

Color information

#631210 (or 0x631210) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 10. RGB value is (99,18,16). Sum of RGB (Red+Green+Blue) = 99+18+16=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #631210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631210 is #9CEDEF. Grayscale: #2A2A2A. Windows color (decimal): -10284528 or 1053283. OLE color: 1053283.

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

Color convert

RGB991816-
CMYK00.820.840.61
HSL1.45º72.17%22.55%-
HSV(B)1.45º83.84%38.82%-
XYZ5.463.120.81-
YUV41.99113.34168.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=74.44%
G=13.53%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99181600.820.840.611.4572.1722.55
Hex631210052543D14817
Octal1432220012212475111027
Binary110001110010100000101001010101001111011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631210; }

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

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

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

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

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

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

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

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