Html Css Color HEX #58241C Caput Mortuum

📋 copy color: '#58241C'

red 88 ◦ green 36 ◦ blue 28

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

Shades of Caput Mortuum #58241C

Tints of Caput Mortuum #58241C

RGB

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

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

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

R = 57.89%
G = 23.68%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58241C (or 0x58241C) is known color: Caput Mortuum. HEX triplet: 58, 24 and 1C. RGB value is (88,36,28). Sum of RGB (Red+Green+Blue) = 88+36+28=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241C is #A7DBE3. Grayscale: #323232. Windows color (decimal): -11000804 or 1844312. OLE color: 1844312.

HSL color Cylindrical-coordinate representation of color #58241C: hue angle of 8º 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 #58241C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 28 -
CMYK 0 0.59 0.68 0.65
HSL 0.52% 0.23% -
HSV(B) 0.68% 0.35% -
XYZ 4.86 3.42 1.5 -
YUV 50.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 88 36 28 0 0.59 0.68 0.65 8 0.52 0.23
Hex 58 24 1C 0 3B 44 41 8 34 17
Octal 130 44 34 0 73 104 101 10 64 27
Binary 1011000 100100 11100 0 111011 1000100 1000001 1000 110100 10111

Color Harmonies of #58241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58241C

Black with #58241C

Text Example


Text Example

White with #58241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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