Html Css Color HEX #C1373D Mahogany

📋 copy color: '#C1373D'

red 193 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #C1373D

Tints of Mahogany #C1373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 62.46%
G = 17.8%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1373D (or 0xC1373D) is known color: Mahogany. HEX triplet: C1, 37 and 3D. RGB value is (193,55,61). Sum of RGB (Red+Green+Blue) = 193+55+61=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1373D is #3EC8C2. Grayscale: #616161. Windows color (decimal): -4114627 or 4011969. OLE color: 4011969.

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

Color convert

RGB 193 55 61 -
CMYK 0 0.72 0.68 0.24
HSL 357.39º 0.56% 0.49% -
HSV(B) 357.39º 0.72% 0.76% -
XYZ 24.2 14.41 5.92 -
YUV 96.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 193 55 61 0 0.72 0.68 0.24 357.39 0.56 0.49
Hex C1 37 3D 0 48 44 18 165 38 31
Octal 301 67 75 0 110 104 30 545 70 61
Binary 11000001 110111 111101 0 1001000 1000100 11000 101100101 111000 110001

Color Harmonies of #C1373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1373D

Black with #C1373D

Text Example


Text Example

White with #C1373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1373D; }

 p { color: rgb(193,55,61); }

 H1.HeaderClassName
 {
   color: #C1373D;
 }
 .AnyTagClassName
 {
   color: #C1373D;
 }
</style>

background-color css

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

 a { background-color: rgb(193,55,61); }

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

border-color css

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

 span { border-color: rgb(193,55,61); }

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