#581218

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

Shades of Burnt Crimson #581218

Tints of Burnt Crimson #581218

Color information

#581218 (or 0x581218) is unknown color: approx Burnt Crimson. HEX triplet: 58, 12 and 18. RGB value is (88,18,24). Sum of RGB (Red+Green+Blue) = 88+18+24=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581218 is #A7EDE7. Grayscale: #272727. Windows color (decimal): -11005416 or 1577560. OLE color: 1577560.

HSL color Cylindrical-coordinate representation of color #581218: hue angle of 354.86º 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 #581218 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB881824-
CMYK00.800.730.65
HSL354.86º66.04%20.78%-
HSV(B)354.86º79.55%34.51%-
XYZ4.412.571.13-
YUV39.61119.19162.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=67.69%
G=13.85%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88182400.800.730.65354.8666.0420.78
Hex58121805049411634215
Octal1302230012011110154310225
Binary101100010010110000101000010010011000001101100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581218; }

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

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

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

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

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

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

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

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