Html Css Color HEX #5E251D Caput Mortuum

📋 copy color: '#5E251D'

red 94 ◦ green 37 ◦ blue 29

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

Shades of Caput Mortuum #5E251D

Tints of Caput Mortuum #5E251D

RGB

 RED value IS 94 (37.11% from 255) = 58.75%

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

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

R = 58.75%
G = 23.13%
B = 18.13%

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

#5E251D (or 0x5E251D) is known color: Caput Mortuum. HEX triplet: 5E, 25 and 1D. RGB value is (94,37,29). Sum of RGB (Red+Green+Blue) = 94+37+29=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E251D is #A1DAE2. Grayscale: #353535. Windows color (decimal): -10607331 or 1910110. OLE color: 1910110.

HSL color Cylindrical-coordinate representation of color #5E251D: hue angle of 7.38º 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 #5E251D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 37 29 -
CMYK 0 0.61 0.69 0.63
HSL 7.38º 0.53% 0.24% -
HSV(B) 7.38º 0.69% 0.37% -
XYZ 5.5 3.79 1.6 -
YUV 53.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 94 37 29 0 0.61 0.69 0.63 7.38 0.53 0.24
Hex 5E 25 1D 0 3D 45 3F 7 35 18
Octal 136 45 35 0 75 105 77 7 65 30
Binary 1011110 100101 11101 0 111101 1000101 111111 111 110101 11000

Color Harmonies of #5E251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E251D

Black with #5E251D

Text Example


Text Example

White with #5E251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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