#4B201B

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

Shades of Caput Mortuum #4B201B

Tints of Caput Mortuum #4B201B

Color information

#4B201B (or 0x4B201B) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 20 and 1B. RGB value is (75,32,27). Sum of RGB (Red+Green+Blue) = 75+32+27=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B201B is #B4DFE4. Grayscale: #2C2C2C. Windows color (decimal): -11853797 or 1777739. OLE color: 1777739.

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

Color convert

RGB753227-
CMYK00.570.640.71
HSL6.25º47.06%20%-
HSV(B)6.25º64%29.41%-
XYZ3.622.611.35-
YUV44.29118.25149.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=55.97%
G=23.88%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75322700.570.640.716.2547.0620
Hex4B201B039404762f14
Octal113403307110010765724
Binary10010111000001101101110011000000100011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,27); }

 H1.HeaderClassName
 {
   color: #4B201B;
 }
 .AnyTagClassName
 {
   color: #4B201B;
 }
</style>
background-color css

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

 a { background-color: rgb(75,32,27); }

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

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

 span { border-color: rgb(75,32,27); }

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