Html Css Color HEX #C1373B Mahogany

📋 copy color: '#C1373B'

red 193 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #C1373B

Tints of Mahogany #C1373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 62.87%
G = 17.92%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1373B (or 0xC1373B) is known color: Mahogany. HEX triplet: C1, 37 and 3B. RGB value is (193,55,59). Sum of RGB (Red+Green+Blue) = 193+55+59=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1373B is #3EC8C4. Grayscale: #606060. Windows color (decimal): -4114629 or 3880897. OLE color: 3880897.

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

Color convert

RGB 193 55 59 -
CMYK 0 0.72 0.69 0.24
HSL 358.26º 0.56% 0.49% -
HSV(B) 358.26º 0.72% 0.76% -
XYZ 24.15 14.39 5.64 -
YUV 96.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 193 55 59 0 0.72 0.69 0.24 358.26 0.56 0.49
Hex C1 37 3B 0 48 45 18 166 38 31
Octal 301 67 73 0 110 105 30 546 70 61
Binary 11000001 110111 111011 0 1001000 1000101 11000 101100110 111000 110001

Color Harmonies of #C1373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1373B

Black with #C1373B

Text Example


Text Example

White with #C1373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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