Html Css Color HEX #582013 Caput Mortuum

📋 copy color: '#582013'

red 88 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #582013

Tints of Caput Mortuum #582013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

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

R = 63.31%
G = 23.02%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#582013 (or 0x582013) is known color: Caput Mortuum. HEX triplet: 58, 20 and 13. RGB value is (88,32,19). Sum of RGB (Red+Green+Blue) = 88+32+19=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582013 is #A7DFEC. Grayscale: #2F2F2F. Windows color (decimal): -11001837 or 1253464. OLE color: 1253464.

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

Color convert

RGB 88 32 19 -
CMYK 0 0.64 0.78 0.65
HSL 11.3º 0.64% 0.21% -
HSV(B) 11.3º 0.78% 0.35% -
XYZ 4.66 3.15 0.98 -
YUV 47.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 88 32 19 0 0.64 0.78 0.65 11.3 0.64 0.21
Hex 58 20 13 0 40 4E 41 B 40 15
Octal 130 40 23 0 100 116 101 13 100 25
Binary 1011000 100000 10011 0 1000000 1001110 1000001 1011 1000000 10101

Color Harmonies of #582013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582013

Black with #582013

Text Example


Text Example

White with #582013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582013; }

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

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

background-color css

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

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

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

border-color css

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

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

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