#612321

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

Shades of Red Oxide #612321

Tints of Red Oxide #612321

Color information

#612321 (or 0x612321) is unknown color: approx Red Oxide. HEX triplet: 61, 23 and 21. RGB value is (97,35,33). Sum of RGB (Red+Green+Blue) = 97+35+33=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612321 is #9EDCDE. Grayscale: #353535. Windows color (decimal): -10411231 or 2171745. OLE color: 2171745.

HSL color Cylindrical-coordinate representation of color #612321: hue angle of 1.88º 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 #612321 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB973533-
CMYK00.640.660.62
HSL1.88º49.23%25.49%-
HSV(B)1.88º65.98%38.04%-
XYZ5.813.851.88-
YUV53.31116.54159.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 33 (13.28% from 255) = 20%
R=58.79%
G=21.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353300.640.660.621.8849.2325.49
Hex612321040423E23119
Octal141434101001027626131
Binary11000011000111000010100000010000101111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612321; }

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

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

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

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

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

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

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

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