Html Css Color HEX #581E28 Burnt Crimson

📋 copy color: '#581E28'

red 88 ◦ green 30 ◦ blue 40

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

Shades of Burnt Crimson #581E28

Tints of Burnt Crimson #581E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.99%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 55.7%
G = 18.99%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581E28 (or 0x581E28) is known color: Burnt Crimson. HEX triplet: 58, 1E and 28. RGB value is (88,30,40). Sum of RGB (Red+Green+Blue) = 88+30+40=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E28 is #A7E1D7. Grayscale: #303030. Windows color (decimal): -11002328 or 2629208. OLE color: 2629208.

HSL color Cylindrical-coordinate representation of color #581E28: hue angle of 349.66º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #581E28 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 30 40 -
CMYK 0 0.66 0.55 0.65
HSL 349.66º 0.49% 0.23% -
HSV(B) 349.66º 0.66% 0.35% -
XYZ 4.87 3.16 2.36 -
YUV 48.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 88 30 40 0 0.66 0.55 0.65 349.66 0.49 0.23
Hex 58 1E 28 0 42 37 41 15E 31 17
Octal 130 36 50 0 102 67 101 536 61 27
Binary 1011000 11110 101000 0 1000010 110111 1000001 101011110 110001 10111

Color Harmonies of #581E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E28

Black with #581E28

Text Example


Text Example

White with #581E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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