Html Css Color HEX #582512 Caput Mortuum

📋 copy color: '#582512'

red 88 ◦ green 37 ◦ blue 18

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

Shades of Caput Mortuum #582512

Tints of Caput Mortuum #582512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.59%

R = 61.54%
G = 25.87%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582512 (or 0x582512) is known color: Caput Mortuum. HEX triplet: 58, 25 and 12. RGB value is (88,37,18). Sum of RGB (Red+Green+Blue) = 88+37+18=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582512 is #A7DAED. Grayscale: #323232. Windows color (decimal): -11000558 or 1189208. OLE color: 1189208.

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

Color convert

RGB 88 37 18 -
CMYK 0 0.58 0.80 0.65
HSL 16.29º 0.66% 0.21% -
HSV(B) 16.29º 0.8% 0.35% -
XYZ 4.8 3.44 0.98 -
YUV 50.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 88 37 18 0 0.58 0.80 0.65 16.29 0.66 0.21
Hex 58 25 12 0 3A 50 41 10 42 15
Octal 130 45 22 0 72 120 101 20 102 25
Binary 1011000 100101 10010 0 111010 1010000 1000001 10000 1000010 10101

Color Harmonies of #582512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582512

Black with #582512

Text Example


Text Example

White with #582512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582512; }

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

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

background-color css

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

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

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

border-color css

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

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

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