#C1343B

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

Shades of Mahogany #C1343B

Tints of Mahogany #C1343B

Color information

#C1343B (or 0xC1343B) is unknown color: approx Mahogany. HEX triplet: C1, 34 and 3B. RGB value is (193,52,59). Sum of RGB (Red+Green+Blue) = 193+52+59=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1343B is #3ECBC4. Grayscale: #5F5F5F. Windows color (decimal): -4115397 or 3880129. OLE color: 3880129.

HSL color Cylindrical-coordinate representation of color #C1343B: hue angle of 357.02º 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 #C1343B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1935259-
CMYK00.730.690.24
HSL357.02º57.55%48.04%-
HSV(B)357.02º73.06%75.69%-
XYZ24.0114.115.6-
YUV94.96107.71197.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.49%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=63.49%
G=17.11%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193525900.730.690.24357.0257.5548.04
HexC1343B04945181653a30
Octal30164730111105305457260
Binary1100000111010011101101001001100010111000101100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1343B; }

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

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

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

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

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

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

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

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