#4F2525

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

Shades of Caput Mortuum #4F2525

Tints of Caput Mortuum #4F2525

Color information

#4F2525 (or 0x4F2525) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 25 and 25. RGB value is (79,37,37). Sum of RGB (Red+Green+Blue) = 79+37+37=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2525 is #B0DADA. Grayscale: #313131. Windows color (decimal): -11590363 or 2434383. OLE color: 2434383.

HSL color Cylindrical-coordinate representation of color #4F2525: hue angle of 0º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2525 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB793737-
CMYK00.530.530.69
HSL36.21%22.75%-
HSV(B)53.16%30.98%-
XYZ4.223.122.13-
YUV49.56120.91149-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=51.63%
G=24.18%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79373700.530.530.69036.2122.75
Hex4F2525035354502417
Octal11745450656510504427
Binary100111110010110010101101011101011000101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,37); }

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

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

 a { background-color: rgb(79,37,37); }

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

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

 span { border-color: rgb(79,37,37); }

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