Html Css Color HEX #58241A Caput Mortuum

📋 copy color: '#58241A'

red 88 ◦ green 36 ◦ blue 26

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

Shades of Caput Mortuum #58241A

Tints of Caput Mortuum #58241A

RGB

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

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

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

R = 58.67%
G = 24%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58241A (or 0x58241A) is known color: Caput Mortuum. HEX triplet: 58, 24 and 1A. RGB value is (88,36,26). Sum of RGB (Red+Green+Blue) = 88+36+26=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241A is #A7DBE5. Grayscale: #323232. Windows color (decimal): -11000806 or 1713240. OLE color: 1713240.

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

Color convert

RGB 88 36 26 -
CMYK 0 0.59 0.70 0.65
HSL 9.68º 0.54% 0.22% -
HSV(B) 9.68º 0.7% 0.35% -
XYZ 4.84 3.41 1.38 -
YUV 50.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 88 36 26 0 0.59 0.70 0.65 9.68 0.54 0.22
Hex 58 24 1A 0 3B 46 41 A 36 16
Octal 130 44 32 0 73 106 101 12 66 26
Binary 1011000 100100 11010 0 111011 1000110 1000001 1010 110110 10110

Color Harmonies of #58241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58241A

Black with #58241A

Text Example


Text Example

White with #58241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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