Html Css Color HEX #C1393D Mahogany

📋 copy color: '#C1393D'

red 193 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #C1393D

Tints of Mahogany #C1393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 62.06%
G = 18.33%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1393D (or 0xC1393D) is known color: Mahogany. HEX triplet: C1, 39 and 3D. RGB value is (193,57,61). Sum of RGB (Red+Green+Blue) = 193+57+61=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1393D is #3EC6C2. Grayscale: #626262. Windows color (decimal): -4114115 or 4012481. OLE color: 4012481.

HSL color Cylindrical-coordinate representation of color #C1393D: hue angle of 358.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1393D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 61 -
CMYK 0 0.70 0.68 0.24
HSL 358.24º 0.54% 0.49% -
HSV(B) 358.24º 0.7% 0.76% -
XYZ 24.3 14.6 5.95 -
YUV 98.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 193 57 61 0 0.70 0.68 0.24 358.24 0.54 0.49
Hex C1 39 3D 0 46 44 18 166 36 31
Octal 301 71 75 0 106 104 30 546 66 61
Binary 11000001 111001 111101 0 1000110 1000100 11000 101100110 110110 110001

Color Harmonies of #C1393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1393D

Black with #C1393D

Text Example


Text Example

White with #C1393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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