#582524

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

Shades of Red Oxide #582524

Tints of Red Oxide #582524

Color information

#582524 (or 0x582524) is unknown color: approx Red Oxide. HEX triplet: 58, 25 and 24. RGB value is (88,37,36). Sum of RGB (Red+Green+Blue) = 88+37+36=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582524 is #A7DADB. Grayscale: #343434. Windows color (decimal): -11000540 or 2368856. OLE color: 2368856.

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

Color convert

RGB883736-
CMYK00.580.590.65
HSL1.15º41.94%24.31%-
HSV(B)1.15º59.09%34.51%-
XYZ53.532.09-
YUV52.13118.9153.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=54.66%
G=22.98%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88373600.580.590.651.1541.9424.31
Hex58252403A3B4112a18
Octal13045440727310115230
Binary101100010010110010001110101110111000001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582524; }

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

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

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

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

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

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

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

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