Html Css Color HEX #58231C Caput Mortuum

📋 copy color: '#58231C'

red 88 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #58231C

Tints of Caput Mortuum #58231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 58.28%
G = 23.18%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58231C (or 0x58231C) is known color: Caput Mortuum. HEX triplet: 58, 23 and 1C. RGB value is (88,35,28). Sum of RGB (Red+Green+Blue) = 88+35+28=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58231C is #A7DCE3. Grayscale: #323232. Windows color (decimal): -11001060 or 1844056. OLE color: 1844056.

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

Color convert

RGB 88 35 28 -
CMYK 0 0.60 0.68 0.65
HSL 0.52% 0.23% -
HSV(B) 0.68% 0.35% -
XYZ 4.84 3.36 1.49 -
YUV 50.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 88 35 28 0 0.60 0.68 0.65 7 0.52 0.23
Hex 58 23 1C 0 3C 44 41 7 34 17
Octal 130 43 34 0 74 104 101 7 64 27
Binary 1011000 100011 11100 0 111100 1000100 1000001 111 110100 10111

Color Harmonies of #58231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58231C

Black with #58231C

Text Example


Text Example

White with #58231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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