Html Css Color HEX #58281A Caput Mortuum

📋 copy color: '#58281A'

red 88 ◦ green 40 ◦ blue 26

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

Shades of Caput Mortuum #58281A

Tints of Caput Mortuum #58281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 57.14%
G = 25.97%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58281A (or 0x58281A) is known color: Caput Mortuum. HEX triplet: 58, 28 and 1A. RGB value is (88,40,26). Sum of RGB (Red+Green+Blue) = 88+40+26=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58281A is #A7D7E5. Grayscale: #343434. Windows color (decimal): -10999782 or 1714264. OLE color: 1714264.

HSL color Cylindrical-coordinate representation of color #58281A: hue angle of 13.55º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58281A is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 26 -
CMYK 0 0.55 0.70 0.65
HSL 13.55º 0.54% 0.22% -
HSV(B) 13.55º 0.7% 0.35% -
XYZ 4.97 3.67 1.42 -
YUV 52.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 88 40 26 0 0.55 0.70 0.65 13.55 0.54 0.22
Hex 58 28 1A 0 37 46 41 E 36 16
Octal 130 50 32 0 67 106 101 16 66 26
Binary 1011000 101000 11010 0 110111 1000110 1000001 1110 110110 10110

Color Harmonies of #58281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58281A

Black with #58281A

Text Example


Text Example

White with #58281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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