#C3343B

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

Shades of Mahogany #C3343B

Tints of Mahogany #C3343B

Color information

#C3343B (or 0xC3343B) is unknown color: approx Mahogany. HEX triplet: C3, 34 and 3B. RGB value is (195,52,59). Sum of RGB (Red+Green+Blue) = 195+52+59=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3343B is #3CCBC4. Grayscale: #5F5F5F. Windows color (decimal): -3984325 or 3880131. OLE color: 3880131.

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

Color convert

RGB1955259-
CMYK00.730.700.24
HSL357.06º57.89%48.43%-
HSV(B)357.06º73.33%76.47%-
XYZ24.5214.375.62-
YUV95.56107.38198.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.73%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=63.73%
G=16.99%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195525900.730.700.24357.0657.8948.43
HexC3343B04946181653a30
Octal30364730111106305457260
Binary1100001111010011101101001001100011011000101100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3343B; }

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

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

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

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

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

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

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

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