#63140F

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

Shades of Red Oxide #63140F

Tints of Red Oxide #63140F

Color information

#63140F (or 0x63140F) is unknown color: approx Red Oxide. HEX triplet: 63, 14 and 0F. RGB value is (99,20,15). Sum of RGB (Red+Green+Blue) = 99+20+15=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140F is #9CEBF0. Grayscale: #2B2B2B. Windows color (decimal): -10284017 or 988259. OLE color: 988259.

HSL color Cylindrical-coordinate representation of color #63140F: hue angle of 3.57º 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 #63140F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB992015-
CMYK00.800.850.61
HSL3.57º73.68%22.35%-
HSV(B)3.57º84.85%38.82%-
XYZ5.483.190.78-
YUV43.05112.17167.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=73.88%
G=14.93%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99201500.800.850.613.5773.6822.35
Hex6314F050553D44a16
Octal1432417012012575411226
Binary1100011101001111010100001010101111101100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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