Html Css Color HEX #C73035 Mahogany

📋 copy color: '#C73035'

red 199 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #C73035

Tints of Mahogany #C73035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 66.33%
G = 16%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73035 (or 0xC73035) is known color: Mahogany. HEX triplet: C7, 30 and 35. RGB value is (199,48,53). Sum of RGB (Red+Green+Blue) = 199+48+53=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C73035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73035 is #38CFCA. Grayscale: #5D5D5D. Windows color (decimal): -3723211 or 3485895. OLE color: 3485895.

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

Color convert

RGB 199 48 53 -
CMYK 0 0.76 0.73 0.22
HSL 358.01º 0.61% 0.48% -
HSV(B) 358.01º 0.76% 0.78% -
XYZ 25.25 14.51 4.84 -
YUV 93.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 199 48 53 0 0.76 0.73 0.22 358.01 0.61 0.48
Hex C7 30 35 0 4C 49 16 166 3D 30
Octal 307 60 65 0 114 111 26 546 75 60
Binary 11000111 110000 110101 0 1001100 1001001 10110 101100110 111101 110000

Color Harmonies of #C73035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73035

Black with #C73035

Text Example


Text Example

White with #C73035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73035; }

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

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

background-color css

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

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

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

border-color css

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

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

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