#63160D

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

Shades of Red Oxide #63160D

Tints of Red Oxide #63160D

Color information

#63160D (or 0x63160D) is unknown color: approx Red Oxide. HEX triplet: 63, 16 and 0D. RGB value is (99,22,13). Sum of RGB (Red+Green+Blue) = 99+22+13=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63160D is #9CE9F2. Grayscale: #2C2C2C. Windows color (decimal): -10283507 or 857699. OLE color: 857699.

HSL color Cylindrical-coordinate representation of color #63160D: hue angle of 6.28º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63160D is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB992213-
CMYK00.780.870.61
HSL6.28º76.79%21.96%-
HSV(B)6.28º86.87%38.82%-
XYZ5.513.260.72-
YUV44110.51167.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=73.88%
G=16.42%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99221300.780.870.616.2876.7921.96
Hex6316D04E573D64d16
Octal1432615011612775611526
Binary1100011101101101010011101010111111101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63160D; }

 p { color: rgb(99,22,13); }

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

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

 a { background-color: rgb(99,22,13); }

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

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

 span { border-color: rgb(99,22,13); }

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