#581318

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

Shades of Burnt Crimson #581318

Tints of Burnt Crimson #581318

Color information

#581318 (or 0x581318) is unknown color: approx Burnt Crimson. HEX triplet: 58, 13 and 18. RGB value is (88,19,24). Sum of RGB (Red+Green+Blue) = 88+19+24=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581318 is #A7ECE7. Grayscale: #282828. Windows color (decimal): -11005160 or 1577816. OLE color: 1577816.

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

Color convert

RGB881924-
CMYK00.780.730.65
HSL355.65º64.49%20.98%-
HSV(B)355.65º78.41%34.51%-
XYZ4.422.611.13-
YUV40.2118.86162.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=67.18%
G=14.50%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88192400.780.730.65355.6564.4920.98
Hex58131804E49411644015
Octal1302330011611110154410025
Binary101100010011110000100111010010011000001101100100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581318; }

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

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

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

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

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

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

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

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