#621812

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

Shades of Red Oxide #621812

Tints of Red Oxide #621812

Color information

#621812 (or 0x621812) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 12. RGB value is (98,24,18). Sum of RGB (Red+Green+Blue) = 98+24+18=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621812 is #9DE7ED. Grayscale: #2D2D2D. Windows color (decimal): -10348526 or 1185890. OLE color: 1185890.

HSL color Cylindrical-coordinate representation of color #621812: hue angle of 4.5º 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 #621812 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB982418-
CMYK00.760.820.62
HSL4.5º68.97%22.75%-
HSV(B)4.5º81.63%38.43%-
XYZ5.473.290.92-
YUV45.44112.52165.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=70%
G=17.14%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98241800.760.820.624.568.9722.75
Hex62181204C523E54517
Octal1423022011412276510527
Binary11000101100010010010011001010010111110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621812; }

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

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

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

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

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

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

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

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