Html Css Color HEX #58291A Caput Mortuum

📋 copy color: '#58291A'

red 88 ◦ green 41 ◦ blue 26

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

Shades of Caput Mortuum #58291A

Tints of Caput Mortuum #58291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 56.77%
G = 26.45%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58291A (or 0x58291A) is known color: Caput Mortuum. HEX triplet: 58, 29 and 1A. RGB value is (88,41,26). Sum of RGB (Red+Green+Blue) = 88+41+26=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58291A is #A7D6E5. Grayscale: #353535. Windows color (decimal): -10999526 or 1714520. OLE color: 1714520.

HSL color Cylindrical-coordinate representation of color #58291A: hue angle of 14.52º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58291A is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 26 -
CMYK 0 0.53 0.70 0.65
HSL 14.52º 0.54% 0.22% -
HSV(B) 14.52º 0.7% 0.35% -
XYZ 5 3.74 1.43 -
YUV 53.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 88 41 26 0 0.53 0.70 0.65 14.52 0.54 0.22
Hex 58 29 1A 0 35 46 41 F 36 16
Octal 130 51 32 0 65 106 101 17 66 26
Binary 1011000 101001 11010 0 110101 1000110 1000001 1111 110110 10110

Color Harmonies of #58291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58291A

Black with #58291A

Text Example


Text Example

White with #58291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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