Html Css Color HEX #582B1F Caput Mortuum

📋 copy color: '#582B1F'

red 88 ◦ green 43 ◦ blue 31

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

Shades of Caput Mortuum #582B1F

Tints of Caput Mortuum #582B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.54%

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

R = 54.32%
G = 26.54%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#582B1F (or 0x582B1F) is known color: Caput Mortuum. HEX triplet: 58, 2B and 1F. RGB value is (88,43,31). Sum of RGB (Red+Green+Blue) = 88+43+31=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B1F is #A7D4E0. Grayscale: #373737. Windows color (decimal): -10999009 or 2042712. OLE color: 2042712.

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

Color convert

RGB 88 43 31 -
CMYK 0 0.51 0.65 0.65
HSL 12.63º 0.48% 0.23% -
HSV(B) 12.63º 0.65% 0.35% -
XYZ 5.14 3.9 1.78 -
YUV 55.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 88 43 31 0 0.51 0.65 0.65 12.63 0.48 0.23
Hex 58 2B 1F 0 33 41 41 D 30 17
Octal 130 53 37 0 63 101 101 15 60 27
Binary 1011000 101011 11111 0 110011 1000001 1000001 1101 110000 10111

Color Harmonies of #582B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B1F

Black with #582B1F

Text Example


Text Example

White with #582B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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