Html Css Color HEX #58211B Caput Mortuum

📋 copy color: '#58211B'

red 88 ◦ green 33 ◦ blue 27

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

Shades of Caput Mortuum #58211B

Tints of Caput Mortuum #58211B

RGB

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

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

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

R = 59.46%
G = 22.3%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58211B (or 0x58211B) is known color: Caput Mortuum. HEX triplet: 58, 21 and 1B. RGB value is (88,33,27). Sum of RGB (Red+Green+Blue) = 88+33+27=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58211B is #A7DEE4. Grayscale: #303030. Windows color (decimal): -11001573 or 1778008. OLE color: 1778008.

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

Color convert

RGB 88 33 27 -
CMYK 0 0.62 0.69 0.65
HSL 5.9º 0.53% 0.23% -
HSV(B) 5.9º 0.69% 0.35% -
XYZ 4.77 3.24 1.41 -
YUV 48.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 88 33 27 0 0.62 0.69 0.65 5.9 0.53 0.23
Hex 58 21 1B 0 3E 45 41 6 35 17
Octal 130 41 33 0 76 105 101 6 65 27
Binary 1011000 100001 11011 0 111110 1000101 1000001 110 110101 10111

Color Harmonies of #58211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58211B

Black with #58211B

Text Example


Text Example

White with #58211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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