Html Css Color HEX #C73033 Mahogany

📋 copy color: '#C73033'

red 199 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #C73033

Tints of Mahogany #C73033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 66.78%
G = 16.11%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73033 (or 0xC73033) is known color: Mahogany. HEX triplet: C7, 30 and 33. RGB value is (199,48,51). Sum of RGB (Red+Green+Blue) = 199+48+51=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C73033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73033 is #38CFCC. Grayscale: #5D5D5D. Windows color (decimal): -3723213 or 3354823. OLE color: 3354823.

HSL color Cylindrical-coordinate representation of color #C73033: hue angle of 358.81º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73033 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 51 -
CMYK 0 0.76 0.74 0.22
HSL 358.81º 0.61% 0.48% -
HSV(B) 358.81º 0.76% 0.78% -
XYZ 25.21 14.5 4.6 -
YUV 93.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 199 48 51 0 0.76 0.74 0.22 358.81 0.61 0.48
Hex C7 30 33 0 4C 4A 16 167 3D 30
Octal 307 60 63 0 114 112 26 547 75 60
Binary 11000111 110000 110011 0 1001100 1001010 10110 101100111 111101 110000

Color Harmonies of #C73033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73033

Black with #C73033

Text Example


Text Example

White with #C73033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73033; }

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

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

background-color css

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

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

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

border-color css

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

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

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