#581922

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

Shades of Burnt Crimson #581922

Tints of Burnt Crimson #581922

Color information

#581922 (or 0x581922) is unknown color: approx Burnt Crimson. HEX triplet: 58, 19 and 22. RGB value is (88,25,34). Sum of RGB (Red+Green+Blue) = 88+25+34=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581922 is #A7E6DD. Grayscale: #2C2C2C. Windows color (decimal): -11003614 or 2234712. OLE color: 2234712.

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

Color convert

RGB882534-
CMYK00.720.610.65
HSL351.43º55.75%22.16%-
HSV(B)351.43º71.59%34.51%-
XYZ4.662.891.82-
YUV44.86121.87158.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=59.86%
G=17.01%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88253400.720.610.65351.4355.7522.16
Hex5819220483D4115f3816
Octal13031420110751015377026
Binary10110001100110001001001000111101100000110101111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581922; }

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

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

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

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

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

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

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

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