#621912

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

Shades of Red Oxide #621912

Tints of Red Oxide #621912

Color information

#621912 (or 0x621912) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 12. RGB value is (98,25,18). Sum of RGB (Red+Green+Blue) = 98+25+18=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621912 is #9DE6ED. Grayscale: #2E2E2E. Windows color (decimal): -10348270 or 1186146. OLE color: 1186146.

HSL color Cylindrical-coordinate representation of color #621912: hue angle of 5.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621912 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB982518-
CMYK00.740.820.62
HSL5.25º68.97%22.75%-
HSV(B)5.25º81.63%38.43%-
XYZ5.493.340.93-
YUV46.03112.18165.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=69.50%
G=17.73%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98251800.740.820.625.2568.9722.75
Hex62191204A523E54517
Octal1423122011212276510527
Binary11000101100110010010010101010010111110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621912; }

 p { color: rgb(98,25,18); }

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

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

 a { background-color: rgb(98,25,18); }

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

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

 span { border-color: rgb(98,25,18); }

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