Html Css Color HEX #4D251C Caput Mortuum

📋 copy color: '#4D251C'

red 77 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #4D251C

Tints of Caput Mortuum #4D251C

RGB

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

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

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

R = 54.23%
G = 26.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D251C (or 0x4D251C) is known color: Caput Mortuum. HEX triplet: 4D, 25 and 1C. RGB value is (77,37,28). Sum of RGB (Red+Green+Blue) = 77+37+28=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D251C is #B2DAE3. Grayscale: #303030. Windows color (decimal): -11721444 or 1844557. OLE color: 1844557.

HSL color Cylindrical-coordinate representation of color #4D251C: hue angle of 11.02º 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 #4D251C is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 37 28 -
CMYK 0 0.52 0.64 0.70
HSL 11.02º 0.47% 0.21% -
HSV(B) 11.02º 0.64% 0.3% -
XYZ 3.93 2.98 1.47 -
YUV 47.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 77 37 28 0 0.52 0.64 0.70 11.02 0.47 0.21
Hex 4D 25 1C 0 34 40 46 B 2F 15
Octal 115 45 34 0 64 100 106 13 57 25
Binary 1001101 100101 11100 0 110100 1000000 1000110 1011 101111 10101

Color Harmonies of #4D251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D251C

Black with #4D251C

Text Example


Text Example

White with #4D251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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