Html Css Color HEX #581D0E Caput Mortuum

📋 copy color: '#581D0E'

red 88 ◦ green 29 ◦ blue 14

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

Shades of Caput Mortuum #581D0E

Tints of Caput Mortuum #581D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

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

R = 67.18%
G = 22.14%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#581D0E (or 0x581D0E) is known color: Caput Mortuum. HEX triplet: 58, 1D and 0E. RGB value is (88,29,14). Sum of RGB (Red+Green+Blue) = 88+29+14=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D0E is #A7E2F1. Grayscale: #2D2D2D. Windows color (decimal): -11002610 or 925016. OLE color: 925016.

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

Color convert

RGB 88 29 14 -
CMYK 0 0.67 0.84 0.65
HSL 12.16º 0.73% 0.2% -
HSV(B) 12.16º 0.84% 0.35% -
XYZ 4.54 2.99 0.75 -
YUV 44.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 88 29 14 0 0.67 0.84 0.65 12.16 0.73 0.2
Hex 58 1D E 0 43 54 41 C 49 14
Octal 130 35 16 0 103 124 101 14 111 24
Binary 1011000 11101 1110 0 1000011 1010100 1000001 1100 1001001 10100

Color Harmonies of #581D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D0E

Black with #581D0E

Text Example


Text Example

White with #581D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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