Html Css Color HEX #C73136 Mahogany

📋 copy color: '#C73136'

red 199 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #C73136

Tints of Mahogany #C73136

RGB

 RED value IS 199 (78.13% from 255) = 65.89%

 GREEN value IS 49 (19.53% from 255) = 16.23%

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

R = 65.89%
G = 16.23%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73136 (or 0xC73136) is known color: Mahogany. HEX triplet: C7, 31 and 36. RGB value is (199,49,54). Sum of RGB (Red+Green+Blue) = 199+49+54=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C73136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73136 is #38CEC9. Grayscale: #5E5E5E. Windows color (decimal): -3722954 or 3551687. OLE color: 3551687.

HSL color Cylindrical-coordinate representation of color #C73136: hue angle of 358º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73136 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 54 -
CMYK 0 0.75 0.73 0.22
HSL 358º 0.6% 0.49% -
HSV(B) 358º 0.75% 0.78% -
XYZ 25.32 14.61 4.97 -
YUV 94.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 199 49 54 0 0.75 0.73 0.22 358 0.6 0.49
Hex C7 31 36 0 4B 49 16 166 3C 31
Octal 307 61 66 0 113 111 26 546 74 61
Binary 11000111 110001 110110 0 1001011 1001001 10110 101100110 111100 110001

Color Harmonies of #C73136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73136

Black with #C73136

Text Example


Text Example

White with #C73136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73136; }

 p { color: rgb(199,49,54); }

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

background-color css

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

 a { background-color: rgb(199,49,54); }

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

border-color css

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

 span { border-color: rgb(199,49,54); }

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