#C7393B

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

Shades of Mahogany #C7393B

Tints of Mahogany #C7393B

Color information

#C7393B (or 0xC7393B) is unknown color: approx Mahogany. HEX triplet: C7, 39 and 3B. RGB value is (199,57,59). Sum of RGB (Red+Green+Blue) = 199+57+59=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7393B is #38C6C4. Grayscale: #636363. Windows color (decimal): -3720901 or 3881415. OLE color: 3881415.

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

Color convert

RGB1995759-
CMYK00.710.700.22
HSL359.15º55.91%50.2%-
HSV(B)359.15º71.36%78.04%-
XYZ25.8115.385.75-
YUV99.69105.04198.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.17%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=63.17%
G=18.10%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199575900.710.700.22359.1555.9150.2
HexC7393B04746161673832
Octal30771730107106265477062
Binary1100011111100111101101000111100011010110101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7393B; }

 p { color: rgb(199,57,59); }

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

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

 a { background-color: rgb(199,57,59); }

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

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

 span { border-color: rgb(199,57,59); }

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