Html Css Color HEX #581A1E Burnt Crimson

📋 copy color: '#581A1E'

red 88 ◦ green 26 ◦ blue 30

#581A1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #581A1E

Tints of Burnt Crimson #581A1E

RGB

 RED value IS 88 (34.77% from 255) = 61.11%

 GREEN value IS 26 (10.55% from 255) = 18.06%

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 61.11%
G = 18.06%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#581A1E (or 0x581A1E) is known color: Burnt Crimson. HEX triplet: 58, 1A and 1E. RGB value is (88,26,30). Sum of RGB (Red+Green+Blue) = 88+26+30=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A1E is #A7E5E1. Grayscale: #2D2D2D. Windows color (decimal): -11003362 or 1972824. OLE color: 1972824.

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

Color convert

RGB 88 26 30 -
CMYK 0 0.70 0.66 0.65
HSL 356.13º 0.54% 0.22% -
HSV(B) 356.13º 0.7% 0.35% -
XYZ 4.63 2.91 1.55 -
YUV 44.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 88 26 30 0 0.70 0.66 0.65 356.13 0.54 0.22
Hex 58 1A 1E 0 46 42 41 164 36 16
Octal 130 32 36 0 106 102 101 544 66 26
Binary 1011000 11010 11110 0 1000110 1000010 1000001 101100100 110110 10110

Color Harmonies of #581A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A1E

Black with #581A1E

Text Example


Text Example

White with #581A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #581A1E;
 }
 .AnyTagClassName
 {
   color: #581A1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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