Html Css Color HEX #582412 Caput Mortuum

📋 copy color: '#582412'

red 88 ◦ green 36 ◦ blue 18

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

Shades of Caput Mortuum #582412

Tints of Caput Mortuum #582412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 61.97%
G = 25.35%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582412 (or 0x582412) is known color: Caput Mortuum. HEX triplet: 58, 24 and 12. RGB value is (88,36,18). Sum of RGB (Red+Green+Blue) = 88+36+18=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #582412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582412 is #A7DBED. Grayscale: #313131. Windows color (decimal): -11000814 or 1188952. OLE color: 1188952.

HSL color Cylindrical-coordinate representation of color #582412: hue angle of 15.43º 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 #582412 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 18 -
CMYK 0 0.59 0.80 0.65
HSL 15.43º 0.66% 0.21% -
HSV(B) 15.43º 0.8% 0.35% -
XYZ 4.76 3.38 0.97 -
YUV 49.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 88 36 18 0 0.59 0.80 0.65 15.43 0.66 0.21
Hex 58 24 12 0 3B 50 41 F 42 15
Octal 130 44 22 0 73 120 101 17 102 25
Binary 1011000 100100 10010 0 111011 1010000 1000001 1111 1000010 10101

Color Harmonies of #582412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582412

Black with #582412

Text Example


Text Example

White with #582412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582412; }

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

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

background-color css

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

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

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

border-color css

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

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

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