Html Css Color HEX #4D231C Caput Mortuum

📋 copy color: '#4D231C'

red 77 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #4D231C

Tints of Caput Mortuum #4D231C

RGB

 RED value IS 77 (30.47% from 255) = 55%

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

 BLUE value IS 28 (11.33% from 255) = 20%

R = 55%
G = 25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D231C (or 0x4D231C) is known color: Caput Mortuum. HEX triplet: 4D, 23 and 1C. RGB value is (77,35,28). Sum of RGB (Red+Green+Blue) = 77+35+28=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D231C is #B2DCE3. Grayscale: #2E2E2E. Windows color (decimal): -11721956 or 1844045. OLE color: 1844045.

HSL color Cylindrical-coordinate representation of color #4D231C: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D231C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 35 28 -
CMYK 0 0.55 0.64 0.70
HSL 8.57º 0.47% 0.21% -
HSV(B) 8.57º 0.64% 0.3% -
XYZ 3.87 2.86 1.45 -
YUV 46.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 77 35 28 0 0.55 0.64 0.70 8.57 0.47 0.21
Hex 4D 23 1C 0 37 40 46 9 2F 15
Octal 115 43 34 0 67 100 106 11 57 25
Binary 1001101 100011 11100 0 110111 1000000 1000110 1001 101111 10101

Color Harmonies of #4D231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D231C

Black with #4D231C

Text Example


Text Example

White with #4D231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D231C; }

 p { color: rgb(77,35,28); }

 H1.HeaderClassName
 {
   color: #4D231C;
 }
 .AnyTagClassName
 {
   color: #4D231C;
 }
</style>

background-color css

<style>
 a { background-color: #4D231C; }

 a { background-color: rgb(77,35,28); }

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

border-color css

<style>
 span { border-color: #4D231C; }

 span { border-color: rgb(77,35,28); }

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