#612320

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

Shades of Red Oxide #612320

Tints of Red Oxide #612320

Color information

#612320 (or 0x612320) is unknown color: approx Red Oxide. HEX triplet: 61, 23 and 20. RGB value is (97,35,32). Sum of RGB (Red+Green+Blue) = 97+35+32=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #612320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612320 is #9EDCDF. Grayscale: #353535. Windows color (decimal): -10411232 or 2106209. OLE color: 2106209.

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

Color convert

RGB973532-
CMYK00.640.670.62
HSL2.77º50.39%25.29%-
HSV(B)2.77º67.01%38.04%-
XYZ5.793.851.8-
YUV53.2116.04159.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=59.15%
G=21.34%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353200.640.670.622.7750.3925.29
Hex612320040433E33219
Octal141434001001037636231
Binary11000011000111000000100000010000111111101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612320; }

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

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

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

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

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

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

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

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