#581A23

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

Shades of Burnt Crimson #581A23

Tints of Burnt Crimson #581A23

Color information

#581A23 (or 0x581A23) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1A and 23. RGB value is (88,26,35). Sum of RGB (Red+Green+Blue) = 88+26+35=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A23 is #A7E5DC. Grayscale: #2D2D2D. Windows color (decimal): -11003357 or 2300504. OLE color: 2300504.

HSL color Cylindrical-coordinate representation of color #581A23: hue angle of 351.29º 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 #581A23 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB882635-
CMYK00.700.600.65
HSL351.29º54.39%22.35%-
HSV(B)351.29º70.45%34.51%-
XYZ4.72.931.91-
YUV45.56122.04158.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=59.06%
G=17.45%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88263500.700.600.65351.2954.3922.35
Hex581A230463C4115f3616
Octal13032430106741015376626
Binary10110001101010001101000110111100100000110101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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