#581216

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

Shades of Burnt Crimson #581216

Tints of Burnt Crimson #581216

Color information

#581216 (or 0x581216) is unknown color: approx Burnt Crimson. HEX triplet: 58, 12 and 16. RGB value is (88,18,22). Sum of RGB (Red+Green+Blue) = 88+18+22=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581216 is #A7EDE9. Grayscale: #272727. Windows color (decimal): -11005418 or 1446488. OLE color: 1446488.

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

Color convert

RGB881822-
CMYK00.800.750.65
HSL356.57º66.04%20.78%-
HSV(B)356.57º79.55%34.51%-
XYZ4.392.571.02-
YUV39.39118.19162.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=68.75%
G=14.06%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88182200.800.750.65356.5766.0420.78
Hex5812160504B411654215
Octal1302226012011310154510225
Binary101100010010101100101000010010111000001101100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581216; }

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

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

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

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

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

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

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

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