Html Css Color HEX #582513 Caput Mortuum

📋 copy color: '#582513'

red 88 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #582513

Tints of Caput Mortuum #582513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 61.11%
G = 25.69%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#582513 (or 0x582513) is known color: Caput Mortuum. HEX triplet: 58, 25 and 13. RGB value is (88,37,19). Sum of RGB (Red+Green+Blue) = 88+37+19=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582513 is #A7DAEC. Grayscale: #323232. Windows color (decimal): -11000557 or 1254744. OLE color: 1254744.

HSL color Cylindrical-coordinate representation of color #582513: hue angle of 15.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582513 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 19 -
CMYK 0 0.58 0.78 0.65
HSL 15.65º 0.64% 0.21% -
HSV(B) 15.65º 0.78% 0.35% -
XYZ 4.8 3.44 1.03 -
YUV 50.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 88 37 19 0 0.58 0.78 0.65 15.65 0.64 0.21
Hex 58 25 13 0 3A 4E 41 10 40 15
Octal 130 45 23 0 72 116 101 20 100 25
Binary 1011000 100101 10011 0 111010 1001110 1000001 10000 1000000 10101

Color Harmonies of #582513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582513

Black with #582513

Text Example


Text Example

White with #582513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582513; }

 p { color: rgb(88,37,19); }

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

background-color css

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

 a { background-color: rgb(88,37,19); }

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

border-color css

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

 span { border-color: rgb(88,37,19); }

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