#612222

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

Shades of Red Oxide #612222

Tints of Red Oxide #612222

Color information

#612222 (or 0x612222) is unknown color: approx Red Oxide. HEX triplet: 61, 22 and 22. RGB value is (97,34,34). Sum of RGB (Red+Green+Blue) = 97+34+34=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612222 is #9EDDDD. Grayscale: #343434. Windows color (decimal): -10411486 or 2237025. OLE color: 2237025.

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

Color convert

RGB973434-
CMYK00.650.650.62
HSL48.09%25.69%-
HSV(B)64.95%38.04%-
XYZ5.793.81.94-
YUV52.84117.37159.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=58.79%
G=20.61%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97343400.650.650.62048.0925.69
Hex612222041413E0301a
Octal141424201011017606032
Binary1100001100010100010010000011000001111110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612222; }

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

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

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

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

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

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

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

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