#612219

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

Shades of Red Oxide #612219

Tints of Red Oxide #612219

Color information

#612219 (or 0x612219) is unknown color: approx Red Oxide. HEX triplet: 61, 22 and 19. RGB value is (97,34,25). Sum of RGB (Red+Green+Blue) = 97+34+25=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612219 is #9EDDE6. Grayscale: #333333. Windows color (decimal): -10411495 or 1647201. OLE color: 1647201.

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

Color convert

RGB973425-
CMYK00.650.740.62
HSL7.5º59.02%23.92%-
HSV(B)7.5º74.23%38.04%-
XYZ5.683.761.35-
YUV51.81112.87160.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=62.18%
G=21.79%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97342500.650.740.627.559.0223.92
Hex6122190414A3E83b18
Octal1414231010111276107330
Binary110000110001011001010000011001010111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612219; }

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

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

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

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

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

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

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

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