Html Css Color HEX #581801 Caput Mortuum

📋 copy color: '#581801'

red 88 ◦ green 24 ◦ blue 1

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

Shades of Caput Mortuum #581801

Tints of Caput Mortuum #581801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 77.88%
G = 21.24%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581801 (or 0x581801) is known color: Caput Mortuum. HEX triplet: 58, 18 and 01. RGB value is (88,24,1). Sum of RGB (Red+Green+Blue) = 88+24+1=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581801 is #A7E7FE. Grayscale: #282828. Windows color (decimal): -11003903 or 71768. OLE color: 71768.

HSL color Cylindrical-coordinate representation of color #581801: hue angle of 15.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #581801 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 1 -
CMYK 0 0.73 0.99 0.65
HSL 15.86º 0.98% 0.17% -
HSV(B) 15.86º 0.99% 0.35% -
XYZ 4.36 2.73 0.33 -
YUV 40.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 88 24 1 0 0.73 0.99 0.65 15.86 0.98 0.17
Hex 58 18 1 0 49 63 41 10 62 11
Octal 130 30 1 0 111 143 101 20 142 21
Binary 1011000 11000 1 0 1001001 1100011 1000001 10000 1100010 10001

Color Harmonies of #581801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581801

Black with #581801

Text Example


Text Example

White with #581801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581801; }

 p { color: rgb(88,24,1); }

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

background-color css

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

 a { background-color: rgb(88,24,1); }

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

border-color css

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

 span { border-color: rgb(88,24,1); }

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