Html Css Color HEX #582312 Caput Mortuum

📋 copy color: '#582312'

red 88 ◦ green 35 ◦ blue 18

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

Shades of Caput Mortuum #582312

Tints of Caput Mortuum #582312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

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

R = 62.41%
G = 24.82%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582312 (or 0x582312) is known color: Caput Mortuum. HEX triplet: 58, 23 and 12. RGB value is (88,35,18). Sum of RGB (Red+Green+Blue) = 88+35+18=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #582312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582312 is #A7DCED. Grayscale: #313131. Windows color (decimal): -11001070 or 1188696. OLE color: 1188696.

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

Color convert

RGB 88 35 18 -
CMYK 0 0.60 0.80 0.65
HSL 14.57º 0.66% 0.21% -
HSV(B) 14.57º 0.8% 0.35% -
XYZ 4.73 3.32 0.96 -
YUV 48.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 88 35 18 0 0.60 0.80 0.65 14.57 0.66 0.21
Hex 58 23 12 0 3C 50 41 F 42 15
Octal 130 43 22 0 74 120 101 17 102 25
Binary 1011000 100011 10010 0 111100 1010000 1000001 1111 1000010 10101

Color Harmonies of #582312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582312

Black with #582312

Text Example


Text Example

White with #582312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582312; }

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

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

background-color css

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

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

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

border-color css

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

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

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