#621712

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

Shades of Red Oxide #621712

Tints of Red Oxide #621712

Color information

#621712 (or 0x621712) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 12. RGB value is (98,23,18). Sum of RGB (Red+Green+Blue) = 98+23+18=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621712 is #9DE8ED. Grayscale: #2C2C2C. Windows color (decimal): -10348782 or 1185634. OLE color: 1185634.

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

Color convert

RGB982318-
CMYK00.770.820.62
HSL3.75º68.97%22.75%-
HSV(B)3.75º81.63%38.43%-
XYZ5.453.250.91-
YUV44.86112.85165.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=70.50%
G=16.55%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231800.770.820.623.7568.9722.75
Hex62171204D523E44517
Octal1422722011512276410527
Binary11000101011110010010011011010010111110100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621712; }

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

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

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

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

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

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

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

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