Html Css Color HEX #49231D Caput Mortuum

📋 copy color: '#49231D'

red 73 ◦ green 35 ◦ blue 29

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

Shades of Caput Mortuum #49231D

Tints of Caput Mortuum #49231D

RGB

 RED value IS 73 (28.91% from 255) = 53.28%

 GREEN value IS 35 (14.06% from 255) = 25.55%

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

R = 53.28%
G = 25.55%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49231D (or 0x49231D) is known color: Caput Mortuum. HEX triplet: 49, 23 and 1D. RGB value is (73,35,29). Sum of RGB (Red+Green+Blue) = 73+35+29=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231D is #B6DCE2. Grayscale: #2D2D2D. Windows color (decimal): -11984099 or 1909577. OLE color: 1909577.

HSL color Cylindrical-coordinate representation of color #49231D: hue angle of 8.18º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49231D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 29 -
CMYK 0 0.52 0.60 0.71
HSL 8.18º 0.43% 0.2% -
HSV(B) 8.18º 0.6% 0.29% -
XYZ 3.57 2.71 1.5 -
YUV 45.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 73 35 29 0 0.52 0.60 0.71 8.18 0.43 0.2
Hex 49 23 1D 0 34 3C 47 8 2B 14
Octal 111 43 35 0 64 74 107 10 53 24
Binary 1001001 100011 11101 0 110100 111100 1000111 1000 101011 10100

Color Harmonies of #49231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49231D

Black with #49231D

Text Example


Text Example

White with #49231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49231D; }

 p { color: rgb(73,35,29); }

 H1.HeaderClassName
 {
   color: #49231D;
 }
 .AnyTagClassName
 {
   color: #49231D;
 }
</style>

background-color css

<style>
 a { background-color: #49231D; }

 a { background-color: rgb(73,35,29); }

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

border-color css

<style>
 span { border-color: #49231D; }

 span { border-color: rgb(73,35,29); }

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