Html Css Color HEX #C1383D Mahogany

📋 copy color: '#C1383D'

red 193 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #C1383D

Tints of Mahogany #C1383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 62.26%
G = 18.06%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1383D (or 0xC1383D) is known color: Mahogany. HEX triplet: C1, 38 and 3D. RGB value is (193,56,61). Sum of RGB (Red+Green+Blue) = 193+56+61=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1383D is #3EC7C2. Grayscale: #616161. Windows color (decimal): -4114371 or 4012225. OLE color: 4012225.

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

Color convert

RGB 193 56 61 -
CMYK 0 0.71 0.68 0.24
HSL 357.81º 0.55% 0.49% -
HSV(B) 357.81º 0.71% 0.76% -
XYZ 24.25 14.5 5.94 -
YUV 97.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 193 56 61 0 0.71 0.68 0.24 357.81 0.55 0.49
Hex C1 38 3D 0 47 44 18 166 37 31
Octal 301 70 75 0 107 104 30 546 67 61
Binary 11000001 111000 111101 0 1000111 1000100 11000 101100110 110111 110001

Color Harmonies of #C1383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1383D

Black with #C1383D

Text Example


Text Example

White with #C1383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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