Html Css Color HEX #C1343B Mahogany

📋 copy color: '#C1343B'

red 193 ◦ green 52 ◦ blue 59

#C1343B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #C1343B

Tints of Mahogany #C1343B

RGB

 RED value IS 193 (75.78% from 255) = 63.49%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1343B (or 0xC1343B) is known color: 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

RGB 193 52 59 -
CMYK 0 0.73 0.69 0.24
HSL 357.02º 0.58% 0.48% -
HSV(B) 357.02º 0.73% 0.76% -
XYZ 24.01 14.11 5.6 -
YUV 94.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 193 52 59 0 0.73 0.69 0.24 357.02 0.58 0.48
Hex C1 34 3B 0 49 45 18 165 3A 30
Octal 301 64 73 0 111 105 30 545 72 60
Binary 11000001 110100 111011 0 1001001 1000101 11000 101100101 111010 110000

Color Harmonies of #C1343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1343B

Black with #C1343B

Text Example


Text Example

White with #C1343B

Text Example


Text Example

HTML Codes & Css Web 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>