Html Css Color HEX #C73135 Mahogany

📋 copy color: '#C73135'

red 199 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #C73135

Tints of Mahogany #C73135

RGB

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

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

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

R = 66.11%
G = 16.28%
B = 17.61%

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

#C73135 (or 0xC73135) is known color: Mahogany. HEX triplet: C7, 31 and 35. RGB value is (199,49,53). Sum of RGB (Red+Green+Blue) = 199+49+53=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C73135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73135 is #38CECA. Grayscale: #5E5E5E. Windows color (decimal): -3722955 or 3486151. OLE color: 3486151.

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

Color convert

RGB 199 49 53 -
CMYK 0 0.75 0.73 0.22
HSL 358.4º 0.6% 0.49% -
HSV(B) 358.4º 0.75% 0.78% -
XYZ 25.29 14.6 4.85 -
YUV 94.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 199 49 53 0 0.75 0.73 0.22 358.4 0.6 0.49
Hex C7 31 35 0 4B 49 16 166 3C 31
Octal 307 61 65 0 113 111 26 546 74 61
Binary 11000111 110001 110101 0 1001011 1001001 10110 101100110 111100 110001

Color Harmonies of #C73135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73135

Black with #C73135

Text Example


Text Example

White with #C73135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73135; }

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

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

background-color css

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

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

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

border-color css

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

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

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