#4B261F

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

Shades of Caput Mortuum #4B261F

Tints of Caput Mortuum #4B261F

Color information

#4B261F (or 0x4B261F) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 26 and 1F. RGB value is (75,38,31). Sum of RGB (Red+Green+Blue) = 75+38+31=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B261F is #B4D9E0. Grayscale: #303030. Windows color (decimal): -11852257 or 2041419. OLE color: 2041419.

HSL color Cylindrical-coordinate representation of color #4B261F: hue angle of 9.55º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B261F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB753831-
CMYK00.490.590.71
HSL9.55º41.51%20.78%-
HSV(B)9.55º58.67%29.41%-
XYZ3.842.981.67-
YUV48.26118.26147.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=52.08%
G=26.39%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75383100.490.590.719.5541.5120.78
Hex4B261F0313B47a2a15
Octal113463706173107125225
Binary10010111001101111101100011110111000111101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,31); }

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

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

 a { background-color: rgb(75,38,31); }

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

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

 span { border-color: rgb(75,38,31); }

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