#582425

Color #582425 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #582425

Tints of Burnt Crimson #582425

Color information

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

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

Color convert

RGB883637-
CMYK00.590.580.65
HSL358.85º41.94%24.31%-
HSV(B)358.85º59.09%34.51%-
XYZ4.993.472.16-
YUV51.66119.73153.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363700.590.580.65358.8541.9424.31
Hex58242503B3A411672a18
Octal1304445073721015475230
Binary10110001001001001010111011111010100000110110011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582425; }

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

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

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

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

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

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

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

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