#612119

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

Shades of Red Oxide #612119

Tints of Red Oxide #612119

Color information

#612119 (or 0x612119) is unknown color: approx Red Oxide. HEX triplet: 61, 21 and 19. RGB value is (97,33,25). Sum of RGB (Red+Green+Blue) = 97+33+25=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612119 is #9EDEE6. Grayscale: #333333. Windows color (decimal): -10411751 or 1646945. OLE color: 1646945.

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

Color convert

RGB973325-
CMYK00.660.740.62
HSL6.67º59.02%23.92%-
HSV(B)6.67º74.23%38.04%-
XYZ5.653.71.34-
YUV51.22113.2160.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=62.58%
G=21.29%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97332500.660.740.626.6759.0223.92
Hex6121190424A3E73b18
Octal141413101021127677330
Binary11000011000011100101000010100101011111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612119; }

 p { color: rgb(97,33,25); }

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

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

 a { background-color: rgb(97,33,25); }

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

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

 span { border-color: rgb(97,33,25); }

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