#581821

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

Shades of Burnt Crimson #581821

Tints of Burnt Crimson #581821

Color information

#581821 (or 0x581821) is unknown color: approx Burnt Crimson. HEX triplet: 58, 18 and 21. RGB value is (88,24,33). Sum of RGB (Red+Green+Blue) = 88+24+33=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581821 is #A7E7DE. Grayscale: #2C2C2C. Windows color (decimal): -11003871 or 2168920. OLE color: 2168920.

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

Color convert

RGB882433-
CMYK00.730.620.65
HSL351.56º57.14%21.96%-
HSV(B)351.56º72.73%34.51%-
XYZ4.632.841.74-
YUV44.16121.7159.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=60.69%
G=16.55%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88243300.730.620.65351.5657.1421.96
Hex5818210493E411603916
Octal13030410111761015407126
Binary10110001100010000101001001111110100000110110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581821; }

 p { color: rgb(88,24,33); }

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

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

 a { background-color: rgb(88,24,33); }

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

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

 span { border-color: rgb(88,24,33); }

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