#C7363D

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

Shades of Mahogany #C7363D

Tints of Mahogany #C7363D

Color information

#C7363D (or 0xC7363D) is unknown color: approx Mahogany. HEX triplet: C7, 36 and 3D. RGB value is (199,54,61). Sum of RGB (Red+Green+Blue) = 199+54+61=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7363D is #38C9C2. Grayscale: #626262. Windows color (decimal): -3721667 or 4011719. OLE color: 4011719.

HSL color Cylindrical-coordinate representation of color #C7363D: hue angle of 357.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7363D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1995461-
CMYK00.730.690.22
HSL357.1º57.31%49.61%-
HSV(B)357.1º72.86%78.04%-
XYZ25.7115.125.98-
YUV98.15107.04199.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.38%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=63.38%
G=17.20%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199546100.730.690.22357.157.3149.61
HexC7363D04945161653932
Octal30766750111105265457162
Binary1100011111011011110101001001100010110110101100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7363D; }

 p { color: rgb(199,54,61); }

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

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

 a { background-color: rgb(199,54,61); }

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

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

 span { border-color: rgb(199,54,61); }

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