#4B2119

Color #4B2119 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #4B2119

Tints of Caput Mortuum #4B2119

Color information

#4B2119 (or 0x4B2119) is unknown color: approx 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

RGB753325-
CMYK00.560.670.71
HSL9.6º50%19.61%-
HSV(B)9.6º66.67%29.41%-
XYZ3.622.651.24-
YUV44.65116.91149.65-

RGB Variations

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

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.80%
R=56.39%
G=24.81%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75332500.560.670.719.65019.61
Hex4B21190384347a3214
Octal1134131070103107126224
Binary100101110000111001011100010000111000111101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>