#612121

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

Shades of Red Oxide #612121

Tints of Red Oxide #612121

Color information

#612121 (or 0x612121) is unknown color: approx Red Oxide. HEX triplet: 61, 21 and 21. RGB value is (97,33,33). Sum of RGB (Red+Green+Blue) = 97+33+33=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612121 is #9EDEDE. Grayscale: #343434. Windows color (decimal): -10411743 or 2171233. OLE color: 2171233.

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

Color convert

RGB973333-
CMYK00.660.660.62
HSL49.23%25.49%-
HSV(B)65.98%38.04%-
XYZ5.753.741.86-
YUV52.14117.2160-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=59.51%
G=20.25%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97333300.660.660.62049.2325.49
Hex612121042423E03119
Octal141414101021027606131
Binary1100001100001100001010000101000010111110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612121; }

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

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

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

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

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

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

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

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