#582424

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

Shades of Red Oxide #582424

Tints of Red Oxide #582424

Color information

#582424 (or 0x582424) is unknown color: approx Red Oxide. HEX triplet: 58, 24 and 24. RGB value is (88,36,36). Sum of RGB (Red+Green+Blue) = 88+36+36=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582424 is #A7DBDB. Grayscale: #333333. Windows color (decimal): -11000796 or 2368600. OLE color: 2368600.

HSL color Cylindrical-coordinate representation of color #582424: hue angle of 0º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582424 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB883636-
CMYK00.590.590.65
HSL41.94%24.31%-
HSV(B)59.09%34.51%-
XYZ4.973.462.08-
YUV51.55119.23154-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=55%
G=22.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363600.590.590.65041.9424.31
Hex58242403B3B4102a18
Octal13044440737310105230
Binary101100010010010010001110111110111000001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582424; }

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

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

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

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

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

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

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

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