Html Css Color HEX #C72934 Mahogany

📋 copy color: '#C72934'

red 199 ◦ green 41 ◦ blue 52

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

Shades of Mahogany #C72934

Tints of Mahogany #C72934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 68.15%
G = 14.04%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C72934 (or 0xC72934) is known color: Mahogany. HEX triplet: C7, 29 and 34. RGB value is (199,41,52). Sum of RGB (Red+Green+Blue) = 199+41+52=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C72934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72934 is #38D6CB. Grayscale: #595959. Windows color (decimal): -3725004 or 3418567. OLE color: 3418567.

HSL color Cylindrical-coordinate representation of color #C72934: hue angle of 355.82º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72934 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 52 -
CMYK 0 0.79 0.74 0.22
HSL 355.82º 0.66% 0.47% -
HSV(B) 355.82º 0.79% 0.78% -
XYZ 24.97 13.98 4.63 -
YUV 89.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 199 41 52 0 0.79 0.74 0.22 355.82 0.66 0.47
Hex C7 29 34 0 4F 4A 16 164 42 2F
Octal 307 51 64 0 117 112 26 544 102 57
Binary 11000111 101001 110100 0 1001111 1001010 10110 101100100 1000010 101111

Color Harmonies of #C72934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72934

Black with #C72934

Text Example


Text Example

White with #C72934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72934; }

 p { color: rgb(199,41,52); }

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

background-color css

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

 a { background-color: rgb(199,41,52); }

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

border-color css

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

 span { border-color: rgb(199,41,52); }

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