Html Css Color HEX #C73133 Mahogany

📋 copy color: '#C73133'

red 199 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #C73133

Tints of Mahogany #C73133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 66.56%
G = 16.39%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73133 (or 0xC73133) is known color: Mahogany. HEX triplet: C7, 31 and 33. RGB value is (199,49,51). Sum of RGB (Red+Green+Blue) = 199+49+51=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C73133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73133 is #38CECC. Grayscale: #5E5E5E. Windows color (decimal): -3722957 or 3355079. OLE color: 3355079.

HSL color Cylindrical-coordinate representation of color #C73133: hue angle of 359.2º 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 #C73133 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 51 -
CMYK 0 0.75 0.74 0.22
HSL 359.2º 0.6% 0.49% -
HSV(B) 359.2º 0.75% 0.78% -
XYZ 25.25 14.58 4.61 -
YUV 94.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 199 49 51 0 0.75 0.74 0.22 359.2 0.6 0.49
Hex C7 31 33 0 4B 4A 16 167 3C 31
Octal 307 61 63 0 113 112 26 547 74 61
Binary 11000111 110001 110011 0 1001011 1001010 10110 101100111 111100 110001

Color Harmonies of #C73133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73133

Black with #C73133

Text Example


Text Example

White with #C73133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73133; }

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

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

background-color css

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

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

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

border-color css

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

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

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