Html Css Color HEX #C72832 Mahogany

📋 copy color: '#C72832'

red 199 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #C72832

Tints of Mahogany #C72832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 68.86%
G = 13.84%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C72832 (or 0xC72832) is known color: Mahogany. HEX triplet: C7, 28 and 32. RGB value is (199,40,50). Sum of RGB (Red+Green+Blue) = 199+40+50=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C72832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72832 is #38D7CD. Grayscale: #585858. Windows color (decimal): -3725262 or 3287239. OLE color: 3287239.

HSL color Cylindrical-coordinate representation of color #C72832: hue angle of 356.23º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72832 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 50 -
CMYK 0 0.80 0.75 0.22
HSL 356.23º 0.67% 0.47% -
HSV(B) 356.23º 0.8% 0.78% -
XYZ 24.89 13.89 4.39 -
YUV 88.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 199 40 50 0 0.80 0.75 0.22 356.23 0.67 0.47
Hex C7 28 32 0 50 4B 16 164 43 2F
Octal 307 50 62 0 120 113 26 544 103 57
Binary 11000111 101000 110010 0 1010000 1001011 10110 101100100 1000011 101111

Color Harmonies of #C72832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72832

Black with #C72832

Text Example


Text Example

White with #C72832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72832; }

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

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

background-color css

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

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

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

border-color css

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

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

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