#63140B

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

Shades of Red Oxide #63140B

Tints of Red Oxide #63140B

Color information

#63140B (or 0x63140B) is unknown color: approx Red Oxide. HEX triplet: 63, 14 and 0B. RGB value is (99,20,11). Sum of RGB (Red+Green+Blue) = 99+20+11=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140B is #9CEBF4. Grayscale: #2A2A2A. Windows color (decimal): -10284021 or 726115. OLE color: 726115.

HSL color Cylindrical-coordinate representation of color #63140B: hue angle of 6.14º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63140B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB992011-
CMYK00.800.890.61
HSL6.14º80%21.57%-
HSV(B)6.14º88.89%38.82%-
XYZ5.463.180.64-
YUV42.59110.17168.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.15%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=76.15%
G=15.38%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99201100.800.890.616.148021.57
Hex6314B050593D65016
Octal1432413012013175612026
Binary1100011101001011010100001011001111101110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63140B; }

 p { color: rgb(99,20,11); }

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

<style>
 a { background-color: #63140B; }

 a { background-color: rgb(99,20,11); }

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

<style>
 span { border-color: #63140B; }

 span { border-color: rgb(99,20,11); }

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