#C72D38

Color #C72D38 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C72D38

Tints of Mahogany #C72D38

Color information

#C72D38 (or 0xC72D38) is unknown color: approx Mahogany. HEX triplet: C7, 2D and 38. RGB value is (199,45,56). Sum of RGB (Red+Green+Blue) = 199+45+56=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D38 is #38D2C7. Grayscale: #5C5C5C. Windows color (decimal): -3723976 or 3681735. OLE color: 3681735.

HSL color Cylindrical-coordinate representation of color #C72D38: hue angle of 355.71º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D38 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1994556-
CMYK00.770.720.22
HSL355.71º63.11%47.84%-
HSV(B)355.71º77.39%78.04%-
XYZ25.2114.35.17-
YUV92.3107.52204.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.33%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=66.33%
G=15%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199455600.770.720.22355.7163.1147.84
HexC72D3804D48161643f30
Octal30755700115110265447760
Binary1100011110110111100001001101100100010110101100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72D38; }

 p { color: rgb(199,45,56); }

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

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

 a { background-color: rgb(199,45,56); }

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

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

 span { border-color: rgb(199,45,56); }

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