#c7353b

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

Shades of Mahogany #C7353B

Tints of Mahogany #C7353B

Color information

#C7353B (or 0xC7353B) is unknown color: approx Mahogany. HEX triplet: C7, 35 and 3B. RGB value is (199,53,59). Sum of RGB (Red+Green+Blue) = 199+53+59=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7353B is #38CAC4. Grayscale: #616161. Windows color (decimal): -3721925 or 3880391. OLE color: 3880391.

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

Color convert

RGB1995359-
CMYK00.730.700.22
HSL357.53º57.94%49.41%-
HSV(B)357.53º73.37%78.04%-
XYZ25.62155.68-
YUV97.34106.37200.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=63.99%
G=17.04%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199535900.730.700.22357.5357.9449.41
HexC7353B04946161663a31
Octal30765730111106265467261
Binary1100011111010111101101001001100011010110101100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7353b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7353b; }

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

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

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

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

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

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

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

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