Html Css Color HEX #58281D Caput Mortuum

📋 copy color: '#58281D'

red 88 ◦ green 40 ◦ blue 29

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

Shades of Caput Mortuum #58281D

Tints of Caput Mortuum #58281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

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

R = 56.05%
G = 25.48%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58281D (or 0x58281D) is known color: Caput Mortuum. HEX triplet: 58, 28 and 1D. RGB value is (88,40,29). Sum of RGB (Red+Green+Blue) = 88+40+29=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58281D is #A7D7E2. Grayscale: #353535. Windows color (decimal): -10999779 or 1910872. OLE color: 1910872.

HSL color Cylindrical-coordinate representation of color #58281D: hue angle of 11.19º 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 #58281D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 29 -
CMYK 0 0.55 0.67 0.65
HSL 11.19º 0.5% 0.23% -
HSV(B) 11.19º 0.67% 0.35% -
XYZ 5.01 3.68 1.61 -
YUV 53.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 88 40 29 0 0.55 0.67 0.65 11.19 0.5 0.23
Hex 58 28 1D 0 37 43 41 B 32 17
Octal 130 50 35 0 67 103 101 13 62 27
Binary 1011000 101000 11101 0 110111 1000011 1000001 1011 110010 10111

Color Harmonies of #58281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58281D

Black with #58281D

Text Example


Text Example

White with #58281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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