Html Css Color HEX #4D231B Caput Mortuum

📋 copy color: '#4D231B'

red 77 ◦ green 35 ◦ blue 27

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

Shades of Caput Mortuum #4D231B

Tints of Caput Mortuum #4D231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 55.4%
G = 25.18%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D231B (or 0x4D231B) is known color: Caput Mortuum. HEX triplet: 4D, 23 and 1B. RGB value is (77,35,27). Sum of RGB (Red+Green+Blue) = 77+35+27=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D231B is #B2DCE4. Grayscale: #2E2E2E. Windows color (decimal): -11721957 or 1778509. OLE color: 1778509.

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

Color convert

RGB 77 35 27 -
CMYK 0 0.55 0.65 0.70
HSL 9.6º 0.48% 0.2% -
HSV(B) 9.6º 0.65% 0.3% -
XYZ 3.86 2.86 1.39 -
YUV 46.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 77 35 27 0 0.55 0.65 0.70 9.6 0.48 0.2
Hex 4D 23 1B 0 37 41 46 A 30 14
Octal 115 43 33 0 67 101 106 12 60 24
Binary 1001101 100011 11011 0 110111 1000001 1000110 1010 110000 10100

Color Harmonies of #4D231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D231B

Black with #4D231B

Text Example


Text Example

White with #4D231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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