Html Css Color HEX #58220F Caput Mortuum

📋 copy color: '#58220F'

red 88 ◦ green 34 ◦ blue 15

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

Shades of Caput Mortuum #58220F

Tints of Caput Mortuum #58220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

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

R = 64.23%
G = 24.82%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58220F (or 0x58220F) is known color: Caput Mortuum. HEX triplet: 58, 22 and 0F. RGB value is (88,34,15). Sum of RGB (Red+Green+Blue) = 88+34+15=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220F is #A7DDF0. Grayscale: #303030. Windows color (decimal): -11001329 or 991832. OLE color: 991832.

HSL color Cylindrical-coordinate representation of color #58220F: hue angle of 15.62º 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 #58220F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 15 -
CMYK 0 0.61 0.83 0.65
HSL 15.62º 0.71% 0.2% -
HSV(B) 15.62º 0.83% 0.35% -
XYZ 4.68 3.25 0.83 -
YUV 47.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 88 34 15 0 0.61 0.83 0.65 15.62 0.71 0.2
Hex 58 22 F 0 3D 53 41 10 47 14
Octal 130 42 17 0 75 123 101 20 107 24
Binary 1011000 100010 1111 0 111101 1010011 1000001 10000 1000111 10100

Color Harmonies of #58220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58220F

Black with #58220F

Text Example


Text Example

White with #58220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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