#582225

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

Shades of Burnt Crimson #582225

Tints of Burnt Crimson #582225

Color information

#582225 (or 0x582225) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 25. RGB value is (88,34,37). Sum of RGB (Red+Green+Blue) = 88+34+37=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #582225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582225 is #A7DDDA. Grayscale: #323232. Windows color (decimal): -11001307 or 2433624. OLE color: 2433624.

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

Color convert

RGB883437-
CMYK00.610.580.65
HSL356.67º44.26%23.92%-
HSV(B)356.67º61.36%34.51%-
XYZ4.933.352.14-
YUV50.49120.39154.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=55.35%
G=21.38%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88343700.610.580.65356.6744.2623.92
Hex58222503D3A411652c18
Octal1304245075721015455430
Binary10110001000101001010111101111010100000110110010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582225; }

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

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

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

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

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

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

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

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