Html Css Color HEX #58281B Caput Mortuum

📋 copy color: '#58281B'

red 88 ◦ green 40 ◦ blue 27

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

Shades of Caput Mortuum #58281B

Tints of Caput Mortuum #58281B

RGB

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

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

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

R = 56.77%
G = 25.81%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58281B (or 0x58281B) is known color: Caput Mortuum. HEX triplet: 58, 28 and 1B. RGB value is (88,40,27). Sum of RGB (Red+Green+Blue) = 88+40+27=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58281B is #A7D7E4. Grayscale: #343434. Windows color (decimal): -10999781 or 1779800. OLE color: 1779800.

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

Color convert

RGB 88 40 27 -
CMYK 0 0.55 0.69 0.65
HSL 12.79º 0.53% 0.23% -
HSV(B) 12.79º 0.69% 0.35% -
XYZ 4.98 3.67 1.48 -
YUV 52.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 88 40 27 0 0.55 0.69 0.65 12.79 0.53 0.23
Hex 58 28 1B 0 37 45 41 D 35 17
Octal 130 50 33 0 67 105 101 15 65 27
Binary 1011000 101000 11011 0 110111 1000101 1000001 1101 110101 10111

Color Harmonies of #58281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58281B

Black with #58281B

Text Example


Text Example

White with #58281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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