Html Css Color HEX #58241F Caput Mortuum

📋 copy color: '#58241F'

red 88 ◦ green 36 ◦ blue 31

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

Shades of Caput Mortuum #58241F

Tints of Caput Mortuum #58241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 56.77%
G = 23.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58241F (or 0x58241F) is known color: Caput Mortuum. HEX triplet: 58, 24 and 1F. RGB value is (88,36,31). Sum of RGB (Red+Green+Blue) = 88+36+31=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241F is #A7DBE0. Grayscale: #333333. Windows color (decimal): -11000801 or 2040920. OLE color: 2040920.

HSL color Cylindrical-coordinate representation of color #58241F: hue angle of 5.26º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58241F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 31 -
CMYK 0 0.59 0.65 0.65
HSL 5.26º 0.48% 0.23% -
HSV(B) 5.26º 0.65% 0.35% -
XYZ 4.9 3.44 1.7 -
YUV 50.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 88 36 31 0 0.59 0.65 0.65 5.26 0.48 0.23
Hex 58 24 1F 0 3B 41 41 5 30 17
Octal 130 44 37 0 73 101 101 5 60 27
Binary 1011000 100100 11111 0 111011 1000001 1000001 101 110000 10111

Color Harmonies of #58241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58241F

Black with #58241F

Text Example


Text Example

White with #58241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58241F; }

 p { color: rgb(88,36,31); }

 H1.HeaderClassName
 {
   color: #58241F;
 }
 .AnyTagClassName
 {
   color: #58241F;
 }
</style>

background-color css

<style>
 a { background-color: #58241F; }

 a { background-color: rgb(88,36,31); }

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

border-color css

<style>
 span { border-color: #58241F; }

 span { border-color: rgb(88,36,31); }

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