#63120A

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

Shades of Red Oxide #63120A

Tints of Red Oxide #63120A

Color information

#63120A (or 0x63120A) is unknown color: approx Red Oxide. HEX triplet: 63, 12 and 0A. RGB value is (99,18,10). Sum of RGB (Red+Green+Blue) = 99+18+10=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #63120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63120A is #9CEDF5. Grayscale: #292929. Windows color (decimal): -10284534 or 660067. OLE color: 660067.

HSL color Cylindrical-coordinate representation of color #63120A: hue angle of 5.39º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63120A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB991810-
CMYK00.820.900.61
HSL5.39º81.65%21.37%-
HSV(B)5.39º89.9%38.82%-
XYZ5.423.110.6-
YUV41.31110.34169.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=77.95%
G=14.17%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99181000.820.900.615.3981.6521.37
Hex6312A0525A3D55215
Octal1432212012213275512225
Binary1100011100101010010100101011010111101101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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