Html Css Color HEX #C1373E Mahogany

📋 copy color: '#C1373E'

red 193 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #C1373E

Tints of Mahogany #C1373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 62.26%
G = 17.74%
B = 20%

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

#C1373E (or 0xC1373E) is known color: Mahogany. HEX triplet: C1, 37 and 3E. RGB value is (193,55,62). Sum of RGB (Red+Green+Blue) = 193+55+62=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1373E is #3EC8C1. Grayscale: #616161. Windows color (decimal): -4114626 or 4077505. OLE color: 4077505.

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

Color convert

RGB 193 55 62 -
CMYK 0 0.72 0.68 0.24
HSL 356.96º 0.56% 0.49% -
HSV(B) 356.96º 0.72% 0.76% -
XYZ 24.23 14.42 6.06 -
YUV 97.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 193 55 62 0 0.72 0.68 0.24 356.96 0.56 0.49
Hex C1 37 3E 0 48 44 18 165 38 31
Octal 301 67 76 0 110 104 30 545 70 61
Binary 11000001 110111 111110 0 1001000 1000100 11000 101100101 111000 110001

Color Harmonies of #C1373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1373E

Black with #C1373E

Text Example


Text Example

White with #C1373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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