#63110F

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

Shades of Red Oxide #63110F

Tints of Red Oxide #63110F

Color information

#63110F (or 0x63110F) is unknown color: approx Red Oxide. HEX triplet: 63, 11 and 0F. RGB value is (99,17,15). Sum of RGB (Red+Green+Blue) = 99+17+15=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63110F is #9CEEF0. Grayscale: #292929. Windows color (decimal): -10284785 or 987491. OLE color: 987491.

HSL color Cylindrical-coordinate representation of color #63110F: hue angle of 1.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63110F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB991715-
CMYK00.830.850.61
HSL1.43º73.68%22.35%-
HSV(B)1.43º84.85%38.82%-
XYZ5.433.090.76-
YUV41.29113.17169.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75.57%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=75.57%
G=12.98%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99171500.830.850.611.4373.6822.35
Hex6311F053553D14a16
Octal1432117012312575111226
Binary11000111000111110101001110101011111011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63110F; }

 p { color: rgb(99,17,15); }

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

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

 a { background-color: rgb(99,17,15); }

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

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

 span { border-color: rgb(99,17,15); }

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