#581316

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

Shades of Burnt Crimson #581316

Tints of Burnt Crimson #581316

Color information

#581316 (or 0x581316) is unknown color: approx Burnt Crimson. HEX triplet: 58, 13 and 16. RGB value is (88,19,22). Sum of RGB (Red+Green+Blue) = 88+19+22=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581316 is #A7ECE9. Grayscale: #282828. Windows color (decimal): -11005162 or 1446744. OLE color: 1446744.

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

Color convert

RGB881922-
CMYK00.780.750.65
HSL357.39º64.49%20.98%-
HSV(B)357.39º78.41%34.51%-
XYZ4.42.61.03-
YUV39.97117.86162.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=68.22%
G=14.73%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88192200.780.750.65357.3964.4920.98
Hex58131604E4B411654015
Octal1302326011611310154510025
Binary101100010011101100100111010010111000001101100101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581316; }

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

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

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

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

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

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

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

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