Html Css Color HEX #4B2119 Caput Mortuum

📋 copy color: '#4B2119'

red 75 ◦ green 33 ◦ blue 25

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

Shades of Caput Mortuum #4B2119

Tints of Caput Mortuum #4B2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.81%

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

R = 56.39%
G = 24.81%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B2119 (or 0x4B2119) is known color: Caput Mortuum. HEX triplet: 4B, 21 and 19. RGB value is (75,33,25). Sum of RGB (Red+Green+Blue) = 75+33+25=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2119 is #B4DEE6. Grayscale: #2C2C2C. Windows color (decimal): -11853543 or 1646923. OLE color: 1646923.

HSL color Cylindrical-coordinate representation of color #4B2119: hue angle of 9.6º 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 #4B2119 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 33 25 -
CMYK 0 0.56 0.67 0.71
HSL 9.6º 0.5% 0.2% -
HSV(B) 9.6º 0.67% 0.29% -
XYZ 3.62 2.65 1.24 -
YUV 44.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 75 33 25 0 0.56 0.67 0.71 9.6 0.5 0.2
Hex 4B 21 19 0 38 43 47 A 32 14
Octal 113 41 31 0 70 103 107 12 62 24
Binary 1001011 100001 11001 0 111000 1000011 1000111 1010 110010 10100

Color Harmonies of #4B2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2119

Black with #4B2119

Text Example


Text Example

White with #4B2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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