Html Css Color HEX #581C10 Caput Mortuum

📋 copy color: '#581C10'

red 88 ◦ green 28 ◦ blue 16

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

Shades of Caput Mortuum #581C10

Tints of Caput Mortuum #581C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 66.67%
G = 21.21%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581C10 (or 0x581C10) is known color: Caput Mortuum. HEX triplet: 58, 1C and 10. RGB value is (88,28,16). Sum of RGB (Red+Green+Blue) = 88+28+16=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C10 is #A7E3EF. Grayscale: #2C2C2C. Windows color (decimal): -11002864 or 1055832. OLE color: 1055832.

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

Color convert

RGB 88 28 16 -
CMYK 0 0.68 0.82 0.65
HSL 10º 0.69% 0.2% -
HSV(B) 10º 0.82% 0.35% -
XYZ 4.53 2.94 0.82 -
YUV 44.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 88 28 16 0 0.68 0.82 0.65 10 0.69 0.2
Hex 58 1C 10 0 44 52 41 A 45 14
Octal 130 34 20 0 104 122 101 12 105 24
Binary 1011000 11100 10000 0 1000100 1010010 1000001 1010 1000101 10100

Color Harmonies of #581C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C10

Black with #581C10

Text Example


Text Example

White with #581C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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