Html Css Color HEX #581C20 Burnt Crimson

📋 copy color: '#581C20'

red 88 ◦ green 28 ◦ blue 32

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

Shades of Burnt Crimson #581C20

Tints of Burnt Crimson #581C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 59.46%
G = 18.92%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#581C20 (or 0x581C20) is known color: Burnt Crimson. HEX triplet: 58, 1C and 20. RGB value is (88,28,32). Sum of RGB (Red+Green+Blue) = 88+28+32=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C20 is #A7E3DF. Grayscale: #2E2E2E. Windows color (decimal): -11002848 or 2104408. OLE color: 2104408.

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

Color convert

RGB 88 28 32 -
CMYK 0 0.68 0.64 0.65
HSL 356º 0.52% 0.23% -
HSV(B) 356º 0.68% 0.35% -
XYZ 4.7 3.01 1.7 -
YUV 46.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 88 28 32 0 0.68 0.64 0.65 356 0.52 0.23
Hex 58 1C 20 0 44 40 41 164 34 17
Octal 130 34 40 0 104 100 101 544 64 27
Binary 1011000 11100 100000 0 1000100 1000000 1000001 101100100 110100 10111

Color Harmonies of #581C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C20

Black with #581C20

Text Example


Text Example

White with #581C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,28,32); }

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

background-color css

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

 a { background-color: rgb(88,28,32); }

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

border-color css

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

 span { border-color: rgb(88,28,32); }

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