Html Css Color HEX #58221D Caput Mortuum

📋 copy color: '#58221D'

red 88 ◦ green 34 ◦ blue 29

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

Shades of Caput Mortuum #58221D

Tints of Caput Mortuum #58221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 58.28%
G = 22.52%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58221D (or 0x58221D) is known color: Caput Mortuum. HEX triplet: 58, 22 and 1D. RGB value is (88,34,29). Sum of RGB (Red+Green+Blue) = 88+34+29=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58221D is #A7DDE2. Grayscale: #313131. Windows color (decimal): -11001315 or 1909336. OLE color: 1909336.

HSL color Cylindrical-coordinate representation of color #58221D: hue angle of 5.08º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58221D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 29 -
CMYK 0 0.61 0.67 0.65
HSL 5.08º 0.5% 0.23% -
HSV(B) 5.08º 0.67% 0.35% -
XYZ 4.82 3.31 1.55 -
YUV 49.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 88 34 29 0 0.61 0.67 0.65 5.08 0.5 0.23
Hex 58 22 1D 0 3D 43 41 5 32 17
Octal 130 42 35 0 75 103 101 5 62 27
Binary 1011000 100010 11101 0 111101 1000011 1000001 101 110010 10111

Color Harmonies of #58221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58221D

Black with #58221D

Text Example


Text Example

White with #58221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58221D; }

 p { color: rgb(88,34,29); }

 H1.HeaderClassName
 {
   color: #58221D;
 }
 .AnyTagClassName
 {
   color: #58221D;
 }
</style>

background-color css

<style>
 a { background-color: #58221D; }

 a { background-color: rgb(88,34,29); }

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

border-color css

<style>
 span { border-color: #58221D; }

 span { border-color: rgb(88,34,29); }

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