Html Css Color HEX #C72831 Mahogany

📋 copy color: '#C72831'

red 199 ◦ green 40 ◦ blue 49

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

Shades of Mahogany #C72831

Tints of Mahogany #C72831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 69.1%
G = 13.89%
B = 17.01%

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

#C72831 (or 0xC72831) is known color: Mahogany. HEX triplet: C7, 28 and 31. RGB value is (199,40,49). Sum of RGB (Red+Green+Blue) = 199+40+49=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72831 is #38D7CE. Grayscale: #585858. Windows color (decimal): -3725263 or 3221703. OLE color: 3221703.

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

Color convert

RGB 199 40 49 -
CMYK 0 0.80 0.75 0.22
HSL 356.6º 0.67% 0.47% -
HSV(B) 356.6º 0.8% 0.78% -
XYZ 24.87 13.88 4.27 -
YUV 88.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 199 40 49 0 0.80 0.75 0.22 356.6 0.67 0.47
Hex C7 28 31 0 50 4B 16 165 43 2F
Octal 307 50 61 0 120 113 26 545 103 57
Binary 11000111 101000 110001 0 1010000 1001011 10110 101100101 1000011 101111

Color Harmonies of #C72831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72831

Black with #C72831

Text Example


Text Example

White with #C72831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72831; }

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

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

background-color css

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

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

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

border-color css

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

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

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