#581418

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

Shades of Burnt Crimson #581418

Tints of Burnt Crimson #581418

Color information

#581418 (or 0x581418) is unknown color: approx Burnt Crimson. HEX triplet: 58, 14 and 18. RGB value is (88,20,24). Sum of RGB (Red+Green+Blue) = 88+20+24=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581418 is #A7EBE7. Grayscale: #282828. Windows color (decimal): -11004904 or 1578072. OLE color: 1578072.

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

Color convert

RGB882024-
CMYK00.770.730.65
HSL356.47º62.96%21.18%-
HSV(B)356.47º77.27%34.51%-
XYZ4.442.641.14-
YUV40.79118.53161.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=66.67%
G=15.15%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88202400.770.730.65356.4762.9621.18
Hex58141804D49411643f15
Octal130243001151111015447725
Binary10110001010011000010011011001001100000110110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581418; }

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

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

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

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

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

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

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

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