#62140E

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

Shades of Red Oxide #62140E

Tints of Red Oxide #62140E

Color information

#62140E (or 0x62140E) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 0E. RGB value is (98,20,14). Sum of RGB (Red+Green+Blue) = 98+20+14=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62140E is #9DEBF1. Grayscale: #2A2A2A. Windows color (decimal): -10349554 or 922722. OLE color: 922722.

HSL color Cylindrical-coordinate representation of color #62140E: hue angle of 4.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62140E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB982014-
CMYK00.800.860.62
HSL4.29º75%21.96%-
HSV(B)4.29º85.71%38.43%-
XYZ5.373.130.74-
YUV42.64111.84167.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=74.24%
G=15.15%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98201400.800.860.624.297521.96
Hex6214E050563E44b16
Octal1422416012012676411326
Binary1100010101001110010100001010110111110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,20,14); }

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

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

 a { background-color: rgb(98,20,14); }

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

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

 span { border-color: rgb(98,20,14); }

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