Html Css Color HEX #C73235 Mahogany

📋 copy color: '#C73235'

red 199 ◦ green 50 ◦ blue 53

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

Shades of Mahogany #C73235

Tints of Mahogany #C73235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

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

R = 65.89%
G = 16.56%
B = 17.55%

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

#C73235 (or 0xC73235) is known color: Mahogany. HEX triplet: C7, 32 and 35. RGB value is (199,50,53). Sum of RGB (Red+Green+Blue) = 199+50+53=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C73235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73235 is #38CDCA. Grayscale: #5F5F5F. Windows color (decimal): -3722699 or 3486407. OLE color: 3486407.

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

Color convert

RGB 199 50 53 -
CMYK 0 0.75 0.73 0.22
HSL 358.79º 0.6% 0.49% -
HSV(B) 358.79º 0.75% 0.78% -
XYZ 25.34 14.68 4.87 -
YUV 94.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 199 50 53 0 0.75 0.73 0.22 358.79 0.6 0.49
Hex C7 32 35 0 4B 49 16 167 3C 31
Octal 307 62 65 0 113 111 26 547 74 61
Binary 11000111 110010 110101 0 1001011 1001001 10110 101100111 111100 110001

Color Harmonies of #C73235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73235

Black with #C73235

Text Example


Text Example

White with #C73235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73235; }

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

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

background-color css

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

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

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

border-color css

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

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

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