#612422

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

Shades of Red Oxide #612422

Tints of Red Oxide #612422

Color information

#612422 (or 0x612422) is unknown color: approx Red Oxide. HEX triplet: 61, 24 and 22. RGB value is (97,36,34). Sum of RGB (Red+Green+Blue) = 97+36+34=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612422 is #9EDBDD. Grayscale: #363636. Windows color (decimal): -10410974 or 2237537. OLE color: 2237537.

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

Color convert

RGB973634-
CMYK00.630.650.62
HSL1.9º48.09%25.69%-
HSV(B)1.9º64.95%38.04%-
XYZ5.853.921.96-
YUV54.01116.71158.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=58.08%
G=21.56%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97363400.630.650.621.948.0925.69
Hex61242203F413E2301a
Octal14144420771017626032
Binary1100001100100100010011111110000011111101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612422; }

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

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

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

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

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

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

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

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