#61221B

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

Shades of Red Oxide #61221B

Tints of Red Oxide #61221B

Color information

#61221B (or 0x61221B) is unknown color: approx Red Oxide. HEX triplet: 61, 22 and 1B. RGB value is (97,34,27). Sum of RGB (Red+Green+Blue) = 97+34+27=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61221B is #9EDDE4. Grayscale: #343434. Windows color (decimal): -10411493 or 1778273. OLE color: 1778273.

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

Color convert

RGB973427-
CMYK00.650.720.62
HSL56.45%24.31%-
HSV(B)72.16%38.04%-
XYZ5.73.761.46-
YUV52.04113.87160.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=61.39%
G=21.52%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97342700.650.720.62656.4524.31
Hex61221B041483E63818
Octal141423301011107667030
Binary11000011000101101101000001100100011111011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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