#63190E

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

Shades of Red Oxide #63190E

Tints of Red Oxide #63190E

Color information

#63190E (or 0x63190E) is unknown color: approx Red Oxide. HEX triplet: 63, 19 and 0E. RGB value is (99,25,14). Sum of RGB (Red+Green+Blue) = 99+25+14=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #63190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63190E is #9CE6F1. Grayscale: #2D2D2D. Windows color (decimal): -10282738 or 924003. OLE color: 924003.

HSL color Cylindrical-coordinate representation of color #63190E: hue angle of 7.76º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63190E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB992514-
CMYK00.750.860.61
HSL7.76º75.22%22.16%-
HSV(B)7.76º85.86%38.82%-
XYZ5.573.380.77-
YUV45.87110.02165.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=71.74%
G=18.12%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99251400.750.860.617.7675.2222.16
Hex6319E04B563D84b16
Octal14331160113126751011326
Binary11000111100111100100101110101101111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63190E; }

 p { color: rgb(99,25,14); }

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

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

 a { background-color: rgb(99,25,14); }

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

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

 span { border-color: rgb(99,25,14); }

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