#C7323A

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

Shades of Mahogany #C7323A

Tints of Mahogany #C7323A

Color information

#C7323A (or 0xC7323A) is unknown color: approx Mahogany. HEX triplet: C7, 32 and 3A. RGB value is (199,50,58). Sum of RGB (Red+Green+Blue) = 199+50+58=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7323A is #38CDC5. Grayscale: #5F5F5F. Windows color (decimal): -3722694 or 3814087. OLE color: 3814087.

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

Color convert

RGB1995058-
CMYK00.750.710.22
HSL356.78º59.84%48.82%-
HSV(B)356.78º74.87%78.04%-
XYZ25.4614.735.5-
YUV95.46106.86201.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.82%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=64.82%
G=16.29%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199505800.750.710.22356.7859.8448.82
HexC7323A04B47161653c31
Octal30762720113107265457461
Binary1100011111001011101001001011100011110110101100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7323A; }

 p { color: rgb(199,50,58); }

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

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

 a { background-color: rgb(199,50,58); }

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

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

 span { border-color: rgb(199,50,58); }

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