Html Css Color HEX #C72B34 Mahogany

📋 copy color: '#C72B34'

red 199 ◦ green 43 ◦ blue 52

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

Shades of Mahogany #C72B34

Tints of Mahogany #C72B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.63%

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

R = 67.69%
G = 14.63%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C72B34 (or 0xC72B34) is known color: Mahogany. HEX triplet: C7, 2B and 34. RGB value is (199,43,52). Sum of RGB (Red+Green+Blue) = 199+43+52=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72B34 is #38D4CB. Grayscale: #5A5A5A. Windows color (decimal): -3724492 or 3419079. OLE color: 3419079.

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

Color convert

RGB 199 43 52 -
CMYK 0 0.78 0.74 0.22
HSL 356.54º 0.64% 0.47% -
HSV(B) 356.54º 0.78% 0.78% -
XYZ 25.04 14.12 4.65 -
YUV 90.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 199 43 52 0 0.78 0.74 0.22 356.54 0.64 0.47
Hex C7 2B 34 0 4E 4A 16 165 40 2F
Octal 307 53 64 0 116 112 26 545 100 57
Binary 11000111 101011 110100 0 1001110 1001010 10110 101100101 1000000 101111

Color Harmonies of #C72B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72B34

Black with #C72B34

Text Example


Text Example

White with #C72B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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