#581A1D

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

Shades of Burnt Crimson #581A1D

Tints of Burnt Crimson #581A1D

Color information

#581A1D (or 0x581A1D) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1A and 1D. RGB value is (88,26,29). Sum of RGB (Red+Green+Blue) = 88+26+29=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A1D is #A7E5E2. Grayscale: #2C2C2C. Windows color (decimal): -11003363 or 1907288. OLE color: 1907288.

HSL color Cylindrical-coordinate representation of color #581A1D: hue angle of 357.1º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A1D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB882629-
CMYK00.700.670.65
HSL357.1º54.39%22.35%-
HSV(B)357.1º70.45%34.51%-
XYZ4.622.91.48-
YUV44.88119.04158.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=61.54%
G=18.18%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88262900.700.670.65357.154.3922.35
Hex581A1D04643411653616
Octal130323501061031015456626
Binary10110001101011101010001101000011100000110110010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A1D; }

 p { color: rgb(88,26,29); }

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

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

 a { background-color: rgb(88,26,29); }

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

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

 span { border-color: rgb(88,26,29); }

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