Html Css Color HEX #58291C Caput Mortuum

📋 copy color: '#58291C'

red 88 ◦ green 41 ◦ blue 28

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

Shades of Caput Mortuum #58291C

Tints of Caput Mortuum #58291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 56.05%
G = 26.11%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58291C (or 0x58291C) is known color: Caput Mortuum. HEX triplet: 58, 29 and 1C. RGB value is (88,41,28). Sum of RGB (Red+Green+Blue) = 88+41+28=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58291C is #A7D6E3. Grayscale: #353535. Windows color (decimal): -10999524 or 1845592. OLE color: 1845592.

HSL color Cylindrical-coordinate representation of color #58291C: hue angle of 13º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58291C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 28 -
CMYK 0 0.53 0.68 0.65
HSL 13º 0.52% 0.23% -
HSV(B) 13º 0.68% 0.35% -
XYZ 5.03 3.74 1.56 -
YUV 53.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 88 41 28 0 0.53 0.68 0.65 13 0.52 0.23
Hex 58 29 1C 0 35 44 41 D 34 17
Octal 130 51 34 0 65 104 101 15 64 27
Binary 1011000 101001 11100 0 110101 1000100 1000001 1101 110100 10111

Color Harmonies of #58291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58291C

Black with #58291C

Text Example


Text Example

White with #58291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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