#612424

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

Shades of Red Oxide #612424

Tints of Red Oxide #612424

Color information

#612424 (or 0x612424) is unknown color: approx Red Oxide. HEX triplet: 61, 24 and 24. RGB value is (97,36,36). Sum of RGB (Red+Green+Blue) = 97+36+36=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612424 is #9EDBDB. Grayscale: #363636. Windows color (decimal): -10410972 or 2368609. OLE color: 2368609.

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

Color convert

RGB973636-
CMYK00.630.630.62
HSL45.86%26.08%-
HSV(B)62.89%38.04%-
XYZ5.883.932.12-
YUV54.24117.71158.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=57.40%
G=21.30%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97363600.630.630.62045.8626.08
Hex61242403F3F3E02e1a
Octal1414444077777605632
Binary11000011001001001000111111111111111110010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612424; }

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

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

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

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

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

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

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

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