#C3373B

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

Shades of Mahogany #C3373B

Tints of Mahogany #C3373B

Color information

#C3373B (or 0xC3373B) is unknown color: approx Mahogany. HEX triplet: C3, 37 and 3B. RGB value is (195,55,59). Sum of RGB (Red+Green+Blue) = 195+55+59=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3373B is #3CC8C4. Grayscale: #616161. Windows color (decimal): -3983557 or 3880899. OLE color: 3880899.

HSL color Cylindrical-coordinate representation of color #C3373B: hue angle of 358.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3373B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1955559-
CMYK00.720.700.24
HSL358.29º56%49.02%-
HSV(B)358.29º71.79%76.47%-
XYZ24.6614.655.67-
YUV97.32106.38197.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.11%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=63.11%
G=17.80%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195555900.720.700.24358.295649.02
HexC3373B04846181663831
Octal30367730110106305467061
Binary1100001111011111101101001000100011011000101100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3373B; }

 p { color: rgb(195,55,59); }

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

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

 a { background-color: rgb(195,55,59); }

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

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

 span { border-color: rgb(195,55,59); }

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