Html Css Color HEX #582113 Caput Mortuum

📋 copy color: '#582113'

red 88 ◦ green 33 ◦ blue 19

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

Shades of Caput Mortuum #582113

Tints of Caput Mortuum #582113

RGB

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

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

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

R = 62.86%
G = 23.57%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#582113 (or 0x582113) is known color: Caput Mortuum. HEX triplet: 58, 21 and 13. RGB value is (88,33,19). Sum of RGB (Red+Green+Blue) = 88+33+19=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582113 is #A7DEEC. Grayscale: #2F2F2F. Windows color (decimal): -11001581 or 1253720. OLE color: 1253720.

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

Color convert

RGB 88 33 19 -
CMYK 0 0.62 0.78 0.65
HSL 12.17º 0.64% 0.21% -
HSV(B) 12.17º 0.78% 0.35% -
XYZ 4.69 3.21 0.99 -
YUV 47.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 88 33 19 0 0.62 0.78 0.65 12.17 0.64 0.21
Hex 58 21 13 0 3E 4E 41 C 40 15
Octal 130 41 23 0 76 116 101 14 100 25
Binary 1011000 100001 10011 0 111110 1001110 1000001 1100 1000000 10101

Color Harmonies of #582113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582113

Black with #582113

Text Example


Text Example

White with #582113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582113; }

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

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

background-color css

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

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

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

border-color css

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

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

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