#63120E

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

Shades of Red Oxide #63120E

Tints of Red Oxide #63120E

Color information

#63120E (or 0x63120E) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 0E. RGB value is (99,18,14). Sum of RGB (Red+Green+Blue) = 99+18+14=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63120E is #9CEDF1. Grayscale: #292929. Windows color (decimal): -10284530 or 922211. OLE color: 922211.

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

Color convert

RGB991814-
CMYK00.820.860.61
HSL2.82º75.22%22.16%-
HSV(B)2.82º85.86%38.82%-
XYZ5.443.120.73-
YUV41.76112.34168.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75.57%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=75.57%
G=13.74%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99181400.820.860.612.8275.2222.16
Hex6312E052563D34b16
Octal1432216012212675311326
Binary110001110010111001010010101011011110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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