#582025

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

Shades of Burnt Crimson #582025

Tints of Burnt Crimson #582025

Color information

#582025 (or 0x582025) is unknown color: approx Burnt Crimson. HEX triplet: 58, 20 and 25. RGB value is (88,32,37). Sum of RGB (Red+Green+Blue) = 88+32+37=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582025 is #A7DFDA. Grayscale: #313131. Windows color (decimal): -11001819 or 2433112. OLE color: 2433112.

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

Color convert

RGB883237-
CMYK00.640.580.65
HSL354.64º46.67%23.53%-
HSV(B)354.64º63.64%34.51%-
XYZ4.873.242.12-
YUV49.31121.05155.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=56.05%
G=20.38%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88323700.640.580.65354.6446.6723.53
Hex5820250403A411632f18
Octal13040450100721015435730
Binary101100010000010010101000000111010100000110110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582025; }

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

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

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

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

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

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

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

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