Html Css Color HEX #5F251D Caput Mortuum

📋 copy color: '#5F251D'

red 95 ◦ green 37 ◦ blue 29

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

Shades of Caput Mortuum #5F251D

Tints of Caput Mortuum #5F251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 59.01%
G = 22.98%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5F251D (or 0x5F251D) is known color: Caput Mortuum. HEX triplet: 5F, 25 and 1D. RGB value is (95,37,29). Sum of RGB (Red+Green+Blue) = 95+37+29=161 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.01% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 95 - color contains mainly: red. Hex color #5F251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F251D is #A0DAE2. Grayscale: #353535. Windows color (decimal): -10541795 or 1910111. OLE color: 1910111.

HSL color Cylindrical-coordinate representation of color #5F251D: hue angle of 7.27º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F251D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 37 29 -
CMYK 0 0.61 0.69 0.63
HSL 7.27º 0.53% 0.24% -
HSV(B) 7.27º 0.69% 0.37% -
XYZ 5.6 3.84 1.61 -
YUV 53.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 95 37 29 0 0.61 0.69 0.63 7.27 0.53 0.24
Hex 5F 25 1D 0 3D 45 3F 7 35 18
Octal 137 45 35 0 75 105 77 7 65 30
Binary 1011111 100101 11101 0 111101 1000101 111111 111 110101 11000

Color Harmonies of #5F251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F251D

Black with #5F251D

Text Example


Text Example

White with #5F251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,37,29); }

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

background-color css

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

 a { background-color: rgb(95,37,29); }

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

border-color css

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

 span { border-color: rgb(95,37,29); }

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