#631410

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

Shades of Red Oxide #631410

Tints of Red Oxide #631410

Color information

#631410 (or 0x631410) is unknown color: approx Red Oxide. HEX triplet: 63, 14 and 10. RGB value is (99,20,16). Sum of RGB (Red+Green+Blue) = 99+20+16=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631410 is #9CEBEF. Grayscale: #2B2B2B. Windows color (decimal): -10284016 or 1053795. OLE color: 1053795.

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

Color convert

RGB992016-
CMYK00.800.840.61
HSL2.89º72.17%22.55%-
HSV(B)2.89º83.84%38.82%-
XYZ5.493.190.82-
YUV43.16112.67167.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=73.33%
G=14.81%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99201600.800.840.612.8972.1722.55
Hex631410050543D34817
Octal1432420012012475311027
Binary1100011101001000001010000101010011110111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631410; }

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

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

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

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

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

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

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

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