#612220

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

Shades of Red Oxide #612220

Tints of Red Oxide #612220

Color information

#612220 (or 0x612220) is unknown color: approx Red Oxide. HEX triplet: 61, 22 and 20. RGB value is (97,34,32). Sum of RGB (Red+Green+Blue) = 97+34+32=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612220 is #9EDDDF. Grayscale: #343434. Windows color (decimal): -10411488 or 2105953. OLE color: 2105953.

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

Color convert

RGB973432-
CMYK00.650.670.62
HSL1.85º50.39%25.29%-
HSV(B)1.85º67.01%38.04%-
XYZ5.763.791.79-
YUV52.61116.37159.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=59.51%
G=20.86%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97343200.650.670.621.8550.3925.29
Hex612220041433E23219
Octal141424001011037626231
Binary11000011000101000000100000110000111111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612220; }

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

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

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

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

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

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

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

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