Html Css Color HEX #58241B Caput Mortuum

📋 copy color: '#58241B'

red 88 ◦ green 36 ◦ blue 27

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

Shades of Caput Mortuum #58241B

Tints of Caput Mortuum #58241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 58.28%
G = 23.84%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58241B (or 0x58241B) is known color: Caput Mortuum. HEX triplet: 58, 24 and 1B. RGB value is (88,36,27). Sum of RGB (Red+Green+Blue) = 88+36+27=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241B is #A7DBE4. Grayscale: #323232. Windows color (decimal): -11000805 or 1778776. OLE color: 1778776.

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

Color convert

RGB 88 36 27 -
CMYK 0 0.59 0.69 0.65
HSL 8.85º 0.53% 0.23% -
HSV(B) 8.85º 0.69% 0.35% -
XYZ 4.85 3.42 1.44 -
YUV 50.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 88 36 27 0 0.59 0.69 0.65 8.85 0.53 0.23
Hex 58 24 1B 0 3B 45 41 9 35 17
Octal 130 44 33 0 73 105 101 11 65 27
Binary 1011000 100100 11011 0 111011 1000101 1000001 1001 110101 10111

Color Harmonies of #58241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58241B

Black with #58241B

Text Example


Text Example

White with #58241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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