#61221F

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

Shades of Red Oxide #61221F

Tints of Red Oxide #61221F

Color information

#61221F (or 0x61221F) is unknown color: approx Red Oxide. HEX triplet: 61, 22 and 1F. RGB value is (97,34,31). Sum of RGB (Red+Green+Blue) = 97+34+31=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61221F is #9EDDE0. Grayscale: #343434. Windows color (decimal): -10411489 or 2040417. OLE color: 2040417.

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

Color convert

RGB973431-
CMYK00.650.680.62
HSL2.73º51.56%25.1%-
HSV(B)2.73º68.04%38.04%-
XYZ5.753.781.72-
YUV52.5115.87159.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=59.88%
G=20.99%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97343100.650.680.622.7351.5625.1
Hex61221F041443E33419
Octal141423701011047636431
Binary1100001100010111110100000110001001111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61221F; }

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

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

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

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

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

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

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

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