Html Css Color HEX #582114 Caput Mortuum

📋 copy color: '#582114'

red 88 ◦ green 33 ◦ blue 20

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

Shades of Caput Mortuum #582114

Tints of Caput Mortuum #582114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.4%

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 62.41%
G = 23.4%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#582114 (or 0x582114) is known color: Caput Mortuum. HEX triplet: 58, 21 and 14. RGB value is (88,33,20). Sum of RGB (Red+Green+Blue) = 88+33+20=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #582114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582114 is #A7DEEB. Grayscale: #303030. Windows color (decimal): -11001580 or 1319256. OLE color: 1319256.

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

Color convert

RGB 88 33 20 -
CMYK 0 0.62 0.77 0.65
HSL 11.47º 0.63% 0.21% -
HSV(B) 11.47º 0.77% 0.35% -
XYZ 4.69 3.21 1.03 -
YUV 47.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 88 33 20 0 0.62 0.77 0.65 11.47 0.63 0.21
Hex 58 21 14 0 3E 4D 41 B 3F 15
Octal 130 41 24 0 76 115 101 13 77 25
Binary 1011000 100001 10100 0 111110 1001101 1000001 1011 111111 10101

Color Harmonies of #582114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582114

Black with #582114

Text Example


Text Example

White with #582114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582114; }

 p { color: rgb(88,33,20); }

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

background-color css

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

 a { background-color: rgb(88,33,20); }

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

border-color css

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

 span { border-color: rgb(88,33,20); }

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