Html Css Color HEX #4B1D19 Caput Mortuum

📋 copy color: '#4B1D19'

red 75 ◦ green 29 ◦ blue 25

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

Shades of Caput Mortuum #4B1D19

Tints of Caput Mortuum #4B1D19

RGB

 RED value IS 75 (29.69% from 255) = 58.14%

 GREEN value IS 29 (11.72% from 255) = 22.48%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 58.14%
G = 22.48%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B1D19 (or 0x4B1D19) is known color: Caput Mortuum. HEX triplet: 4B, 1D and 19. RGB value is (75,29,25). Sum of RGB (Red+Green+Blue) = 75+29+25=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1D19 is #B4E2E6. Grayscale: #2A2A2A. Windows color (decimal): -11854567 or 1645899. OLE color: 1645899.

HSL color Cylindrical-coordinate representation of color #4B1D19: hue angle of 4.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1D19 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 29 25 -
CMYK 0 0.61 0.67 0.71
HSL 4.8º 0.5% 0.2% -
HSV(B) 4.8º 0.67% 0.29% -
XYZ 3.52 2.44 1.21 -
YUV 42.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 75 29 25 0 0.61 0.67 0.71 4.8 0.5 0.2
Hex 4B 1D 19 0 3D 43 47 5 32 14
Octal 113 35 31 0 75 103 107 5 62 24
Binary 1001011 11101 11001 0 111101 1000011 1000111 101 110010 10100

Color Harmonies of #4B1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1D19

Black with #4B1D19

Text Example


Text Example

White with #4B1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,29,25); }

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

background-color css

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

 a { background-color: rgb(75,29,25); }

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

border-color css

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

 span { border-color: rgb(75,29,25); }

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