Html Css Color HEX #C72628 Mahogany

📋 copy color: '#C72628'

red 199 ◦ green 38 ◦ blue 40

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

Shades of Mahogany #C72628

Tints of Mahogany #C72628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 71.84%
G = 13.72%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C72628 (or 0xC72628) is known color: Mahogany. HEX triplet: C7, 26 and 28. RGB value is (199,38,40). Sum of RGB (Red+Green+Blue) = 199+38+40=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C72628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72628 is #38D9D7. Grayscale: #565656. Windows color (decimal): -3725784 or 2631367. OLE color: 2631367.

HSL color Cylindrical-coordinate representation of color #C72628: hue angle of 359.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72628 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 40 -
CMYK 0 0.81 0.80 0.22
HSL 359.25º 0.68% 0.46% -
HSV(B) 359.25º 0.81% 0.78% -
XYZ 24.63 13.68 3.35 -
YUV 86.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 199 38 40 0 0.81 0.80 0.22 359.25 0.68 0.46
Hex C7 26 28 0 51 50 16 167 44 2E
Octal 307 46 50 0 121 120 26 547 104 56
Binary 11000111 100110 101000 0 1010001 1010000 10110 101100111 1000100 101110

Color Harmonies of #C72628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72628

Black with #C72628

Text Example


Text Example

White with #C72628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72628; }

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

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

background-color css

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

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

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

border-color css

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

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

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