Html Css Color HEX #581C0E Caput Mortuum

📋 copy color: '#581C0E'

red 88 ◦ green 28 ◦ blue 14

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

Shades of Caput Mortuum #581C0E

Tints of Caput Mortuum #581C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.77%

R = 67.69%
G = 21.54%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#581C0E (or 0x581C0E) is known color: Caput Mortuum. HEX triplet: 58, 1C and 0E. RGB value is (88,28,14). Sum of RGB (Red+Green+Blue) = 88+28+14=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C0E is #A7E3F1. Grayscale: #2C2C2C. Windows color (decimal): -11002866 or 924760. OLE color: 924760.

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

Color convert

RGB 88 28 14 -
CMYK 0 0.68 0.84 0.65
HSL 11.35º 0.73% 0.2% -
HSV(B) 11.35º 0.84% 0.35% -
XYZ 4.52 2.94 0.74 -
YUV 44.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 88 28 14 0 0.68 0.84 0.65 11.35 0.73 0.2
Hex 58 1C E 0 44 54 41 B 49 14
Octal 130 34 16 0 104 124 101 13 111 24
Binary 1011000 11100 1110 0 1000100 1010100 1000001 1011 1001001 10100

Color Harmonies of #581C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C0E

Black with #581C0E

Text Example


Text Example

White with #581C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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