Html Css Color HEX #5F291F Caput Mortuum

📋 copy color: '#5F291F'

red 95 ◦ green 41 ◦ blue 31

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

Shades of Caput Mortuum #5F291F

Tints of Caput Mortuum #5F291F

RGB

 RED value IS 95 (37.5% from 255) = 56.89%

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 56.89%
G = 24.55%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5F291F (or 0x5F291F) is known color: Caput Mortuum. HEX triplet: 5F, 29 and 1F. RGB value is (95,41,31). Sum of RGB (Red+Green+Blue) = 95+41+31=167 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.89% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 95 - color contains mainly: red. Hex color #5F291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F291F is #A0D6E0. Grayscale: #383838. Windows color (decimal): -10540769 or 2042207. OLE color: 2042207.

HSL color Cylindrical-coordinate representation of color #5F291F: hue angle of 9.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F291F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 41 31 -
CMYK 0 0.57 0.67 0.63
HSL 9.38º 0.51% 0.25% -
HSV(B) 9.38º 0.67% 0.37% -
XYZ 5.76 4.12 1.79 -
YUV 56.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 95 41 31 0 0.57 0.67 0.63 9.38 0.51 0.25
Hex 5F 29 1F 0 39 43 3F 9 33 19
Octal 137 51 37 0 71 103 77 11 63 31
Binary 1011111 101001 11111 0 111001 1000011 111111 1001 110011 11001

Color Harmonies of #5F291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F291F

Black with #5F291F

Text Example


Text Example

White with #5F291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F291F; }

 p { color: rgb(95,41,31); }

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

background-color css

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

 a { background-color: rgb(95,41,31); }

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

border-color css

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

 span { border-color: rgb(95,41,31); }

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