Html Css Color HEX #582019 Caput Mortuum

📋 copy color: '#582019'

red 88 ◦ green 32 ◦ blue 25

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

Shades of Caput Mortuum #582019

Tints of Caput Mortuum #582019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 60.69%
G = 22.07%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#582019 (or 0x582019) is known color: Caput Mortuum. HEX triplet: 58, 20 and 19. RGB value is (88,32,25). Sum of RGB (Red+Green+Blue) = 88+32+25=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #582019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582019 is #A7DFE6. Grayscale: #303030. Windows color (decimal): -11001831 or 1646680. OLE color: 1646680.

HSL color Cylindrical-coordinate representation of color #582019: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582019 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 25 -
CMYK 0 0.64 0.72 0.65
HSL 6.67º 0.56% 0.22% -
HSV(B) 6.67º 0.72% 0.35% -
XYZ 4.72 3.18 1.28 -
YUV 47.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 88 32 25 0 0.64 0.72 0.65 6.67 0.56 0.22
Hex 58 20 19 0 40 48 41 7 38 16
Octal 130 40 31 0 100 110 101 7 70 26
Binary 1011000 100000 11001 0 1000000 1001000 1000001 111 111000 10110

Color Harmonies of #582019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582019

Black with #582019

Text Example


Text Example

White with #582019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582019; }

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

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

background-color css

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

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

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

border-color css

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

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

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