Html Css Color HEX #C73B3C Mahogany

📋 copy color: '#C73B3C'

red 199 ◦ green 59 ◦ blue 60

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

Shades of Mahogany #C73B3C

Tints of Mahogany #C73B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 62.58%
G = 18.55%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C73B3C (or 0xC73B3C) is known color: Mahogany. HEX triplet: C7, 3B and 3C. RGB value is (199,59,60). Sum of RGB (Red+Green+Blue) = 199+59+60=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B3C is #38C4C3. Grayscale: #656565. Windows color (decimal): -3720388 or 3947463. OLE color: 3947463.

HSL color Cylindrical-coordinate representation of color #C73B3C: hue angle of 359.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B3C is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 60 -
CMYK 0 0.70 0.70 0.22
HSL 359.57º 0.56% 0.51% -
HSV(B) 359.57º 0.7% 0.78% -
XYZ 25.93 15.6 5.92 -
YUV 100.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 199 59 60 0 0.70 0.70 0.22 359.57 0.56 0.51
Hex C7 3B 3C 0 46 46 16 168 38 33
Octal 307 73 74 0 106 106 26 550 70 63
Binary 11000111 111011 111100 0 1000110 1000110 10110 101101000 111000 110011

Color Harmonies of #C73B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B3C

Black with #C73B3C

Text Example


Text Example

White with #C73B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B3C; }

 p { color: rgb(199,59,60); }

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

background-color css

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

 a { background-color: rgb(199,59,60); }

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

border-color css

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

 span { border-color: rgb(199,59,60); }

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