Html Css Color HEX #C13639 Mahogany

📋 copy color: '#C13639'

red 193 ◦ green 54 ◦ blue 57

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

Shades of Mahogany #C13639

Tints of Mahogany #C13639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 63.49%
G = 17.76%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C13639 (or 0xC13639) is known color: Mahogany. HEX triplet: C1, 36 and 39. RGB value is (193,54,57). Sum of RGB (Red+Green+Blue) = 193+54+57=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C13639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13639 is #3EC9C6. Grayscale: #606060. Windows color (decimal): -4114887 or 3749569. OLE color: 3749569.

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

Color convert

RGB 193 54 57 -
CMYK 0 0.72 0.70 0.24
HSL 358.71º 0.56% 0.48% -
HSV(B) 358.71º 0.72% 0.76% -
XYZ 24.05 14.27 5.36 -
YUV 95.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 193 54 57 0 0.72 0.70 0.24 358.71 0.56 0.48
Hex C1 36 39 0 48 46 18 167 38 30
Octal 301 66 71 0 110 106 30 547 70 60
Binary 11000001 110110 111001 0 1001000 1000110 11000 101100111 111000 110000

Color Harmonies of #C13639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13639

Black with #C13639

Text Example


Text Example

White with #C13639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13639; }

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

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

background-color css

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

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

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

border-color css

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

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

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