Html Css Color HEX #58210F Caput Mortuum

📋 copy color: '#58210F'

red 88 ◦ green 33 ◦ blue 15

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

Shades of Caput Mortuum #58210F

Tints of Caput Mortuum #58210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.26%

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 64.71%
G = 24.26%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58210F (or 0x58210F) is known color: Caput Mortuum. HEX triplet: 58, 21 and 0F. RGB value is (88,33,15). Sum of RGB (Red+Green+Blue) = 88+33+15=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210F is #A7DEF0. Grayscale: #2F2F2F. Windows color (decimal): -11001585 or 991576. OLE color: 991576.

HSL color Cylindrical-coordinate representation of color #58210F: hue angle of 14.79º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58210F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 15 -
CMYK 0 0.62 0.83 0.65
HSL 14.79º 0.71% 0.2% -
HSV(B) 14.79º 0.83% 0.35% -
XYZ 4.65 3.2 0.82 -
YUV 47.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 88 33 15 0 0.62 0.83 0.65 14.79 0.71 0.2
Hex 58 21 F 0 3E 53 41 F 47 14
Octal 130 41 17 0 76 123 101 17 107 24
Binary 1011000 100001 1111 0 111110 1010011 1000001 1111 1000111 10100

Color Harmonies of #58210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58210F

Black with #58210F

Text Example


Text Example

White with #58210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58210F; }

 p { color: rgb(88,33,15); }

 H1.HeaderClassName
 {
   color: #58210F;
 }
 .AnyTagClassName
 {
   color: #58210F;
 }
</style>

background-color css

<style>
 a { background-color: #58210F; }

 a { background-color: rgb(88,33,15); }

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

border-color css

<style>
 span { border-color: #58210F; }

 span { border-color: rgb(88,33,15); }

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