#4B241B

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

Shades of Caput Mortuum #4B241B

Tints of Caput Mortuum #4B241B

Color information

#4B241B (or 0x4B241B) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 24 and 1B. RGB value is (75,36,27). Sum of RGB (Red+Green+Blue) = 75+36+27=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B241B is #B4DBE4. Grayscale: #2E2E2E. Windows color (decimal): -11852773 or 1778763. OLE color: 1778763.

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

Color convert

RGB753627-
CMYK00.520.640.71
HSL11.25º47.06%20%-
HSV(B)11.25º64%29.41%-
XYZ3.732.841.39-
YUV46.64116.92148.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=54.35%
G=26.09%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75362700.520.640.7111.2547.0620
Hex4B241B0344047b2f14
Octal1134433064100107135724
Binary100101110010011011011010010000001000111101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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