#581217

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

Shades of Burnt Crimson #581217

Tints of Burnt Crimson #581217

Color information

#581217 (or 0x581217) is unknown color: approx Burnt Crimson. HEX triplet: 58, 12 and 17. RGB value is (88,18,23). Sum of RGB (Red+Green+Blue) = 88+18+23=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581217 is #A7EDE8. Grayscale: #272727. Windows color (decimal): -11005417 or 1512024. OLE color: 1512024.

HSL color Cylindrical-coordinate representation of color #581217: hue angle of 355.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581217 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB881823-
CMYK00.800.740.65
HSL355.71º66.04%20.78%-
HSV(B)355.71º79.55%34.51%-
XYZ4.42.571.07-
YUV39.5118.69162.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=68.22%
G=13.95%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88182300.800.740.65355.7166.0420.78
Hex5812170504A411644215
Octal1302227012011210154410225
Binary101100010010101110101000010010101000001101100100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581217; }

 p { color: rgb(88,18,23); }

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

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

 a { background-color: rgb(88,18,23); }

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

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

 span { border-color: rgb(88,18,23); }

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