Html Css Color HEX #58200E Caput Mortuum

📋 copy color: '#58200E'

red 88 ◦ green 32 ◦ blue 14

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

Shades of Caput Mortuum #58200E

Tints of Caput Mortuum #58200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

 BLUE value IS 14 (5.86% from 255) = 10.45%

R = 65.67%
G = 23.88%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58200E (or 0x58200E) is known color: Caput Mortuum. HEX triplet: 58, 20 and 0E. RGB value is (88,32,14). Sum of RGB (Red+Green+Blue) = 88+32+14=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58200E is #A7DFF1. Grayscale: #2E2E2E. Windows color (decimal): -11001842 or 925784. OLE color: 925784.

HSL color Cylindrical-coordinate representation of color #58200E: hue angle of 14.59º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58200E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 14 -
CMYK 0 0.64 0.84 0.65
HSL 14.59º 0.73% 0.2% -
HSV(B) 14.59º 0.84% 0.35% -
XYZ 4.62 3.14 0.78 -
YUV 46.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 88 32 14 0 0.64 0.84 0.65 14.59 0.73 0.2
Hex 58 20 E 0 40 54 41 F 49 14
Octal 130 40 16 0 100 124 101 17 111 24
Binary 1011000 100000 1110 0 1000000 1010100 1000001 1111 1001001 10100

Color Harmonies of #58200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58200E

Black with #58200E

Text Example


Text Example

White with #58200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58200E; }

 p { color: rgb(88,32,14); }

 H1.HeaderClassName
 {
   color: #58200E;
 }
 .AnyTagClassName
 {
   color: #58200E;
 }
</style>

background-color css

<style>
 a { background-color: #58200E; }

 a { background-color: rgb(88,32,14); }

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

border-color css

<style>
 span { border-color: #58200E; }

 span { border-color: rgb(88,32,14); }

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