Html Css Color HEX #581C0A Caput Mortuum

📋 copy color: '#581C0A'

red 88 ◦ green 28 ◦ blue 10

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

Shades of Caput Mortuum #581C0A

Tints of Caput Mortuum #581C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.94%

R = 69.84%
G = 22.22%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#581C0A (or 0x581C0A) is known color: Caput Mortuum. HEX triplet: 58, 1C and 0A. RGB value is (88,28,10). Sum of RGB (Red+Green+Blue) = 88+28+10=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C0A is #A7E3F5. Grayscale: #2C2C2C. Windows color (decimal): -11002870 or 662616. OLE color: 662616.

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

Color convert

RGB 88 28 10 -
CMYK 0 0.68 0.89 0.65
HSL 13.85º 0.8% 0.19% -
HSV(B) 13.85º 0.89% 0.35% -
XYZ 4.49 2.93 0.62 -
YUV 43.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 88 28 10 0 0.68 0.89 0.65 13.85 0.8 0.19
Hex 58 1C A 0 44 59 41 E 50 13
Octal 130 34 12 0 104 131 101 16 120 23
Binary 1011000 11100 1010 0 1000100 1011001 1000001 1110 1010000 10011

Color Harmonies of #581C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C0A

Black with #581C0A

Text Example


Text Example

White with #581C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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