Html Css Color HEX #582A1F Caput Mortuum

📋 copy color: '#582A1F'

red 88 ◦ green 42 ◦ blue 31

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

Shades of Caput Mortuum #582A1F

Tints of Caput Mortuum #582A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.09%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 54.66%
G = 26.09%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#582A1F (or 0x582A1F) is known color: Caput Mortuum. HEX triplet: 58, 2A and 1F. RGB value is (88,42,31). Sum of RGB (Red+Green+Blue) = 88+42+31=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A1F is #A7D5E0. Grayscale: #363636. Windows color (decimal): -10999265 or 2042456. OLE color: 2042456.

HSL color Cylindrical-coordinate representation of color #582A1F: hue angle of 11.58º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582A1F is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 42 31 -
CMYK 0 0.52 0.65 0.65
HSL 11.58º 0.48% 0.23% -
HSV(B) 11.58º 0.65% 0.35% -
XYZ 5.1 3.83 1.77 -
YUV 54.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 88 42 31 0 0.52 0.65 0.65 11.58 0.48 0.23
Hex 58 2A 1F 0 34 41 41 C 30 17
Octal 130 52 37 0 64 101 101 14 60 27
Binary 1011000 101010 11111 0 110100 1000001 1000001 1100 110000 10111

Color Harmonies of #582A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A1F

Black with #582A1F

Text Example


Text Example

White with #582A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582A1F; }

 p { color: rgb(88,42,31); }

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

background-color css

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

 a { background-color: rgb(88,42,31); }

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

border-color css

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

 span { border-color: rgb(88,42,31); }

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