#612522

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

Shades of Red Oxide #612522

Tints of Red Oxide #612522

Color information

#612522 (or 0x612522) is unknown color: approx Red Oxide. HEX triplet: 61, 25 and 22. RGB value is (97,37,34). Sum of RGB (Red+Green+Blue) = 97+37+34=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612522 is #9EDADD. Grayscale: #363636. Windows color (decimal): -10410718 or 2237793. OLE color: 2237793.

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

Color convert

RGB973734-
CMYK00.620.650.62
HSL2.86º48.09%25.69%-
HSV(B)2.86º64.95%38.04%-
XYZ5.883.981.97-
YUV54.6116.38158.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=57.74%
G=22.02%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97373400.620.650.622.8648.0925.69
Hex61252203E413E3301a
Octal14145420761017636032
Binary1100001100101100010011111010000011111101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612522; }

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

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

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

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

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

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

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

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