Html Css Color HEX #C13637 Mahogany

📋 copy color: '#C13637'

red 193 ◦ green 54 ◦ blue 55

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

Shades of Mahogany #C13637

Tints of Mahogany #C13637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 63.91%
G = 17.88%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C13637 (or 0xC13637) is known color: Mahogany. HEX triplet: C1, 36 and 37. RGB value is (193,54,55). Sum of RGB (Red+Green+Blue) = 193+54+55=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C13637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13637 is #3EC9C8. Grayscale: #5F5F5F. Windows color (decimal): -4114889 or 3618497. OLE color: 3618497.

HSL color Cylindrical-coordinate representation of color #C13637: hue angle of 359.57º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13637 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 55 -
CMYK 0 0.72 0.72 0.24
HSL 359.57º 0.56% 0.48% -
HSV(B) 359.57º 0.72% 0.76% -
XYZ 24 14.25 5.1 -
YUV 95.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 193 54 55 0 0.72 0.72 0.24 359.57 0.56 0.48
Hex C1 36 37 0 48 48 18 168 38 30
Octal 301 66 67 0 110 110 30 550 70 60
Binary 11000001 110110 110111 0 1001000 1001000 11000 101101000 111000 110000

Color Harmonies of #C13637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13637

Black with #C13637

Text Example


Text Example

White with #C13637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13637; }

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

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

background-color css

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

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

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

border-color css

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

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

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