Html Css Color HEX #C7272B Mahogany

📋 copy color: '#C7272B'

red 199 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #C7272B

Tints of Mahogany #C7272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 70.82%
G = 13.88%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7272B (or 0xC7272B) is known color: Mahogany. HEX triplet: C7, 27 and 2B. RGB value is (199,39,43). Sum of RGB (Red+Green+Blue) = 199+39+43=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7272B is #38D8D4. Grayscale: #575757. Windows color (decimal): -3725525 or 2828231. OLE color: 2828231.

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

Color convert

RGB 199 39 43 -
CMYK 0 0.80 0.78 0.22
HSL 358.5º 0.67% 0.47% -
HSV(B) 358.5º 0.8% 0.78% -
XYZ 24.71 13.77 3.64 -
YUV 87.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 199 39 43 0 0.80 0.78 0.22 358.5 0.67 0.47
Hex C7 27 2B 0 50 4E 16 166 43 2F
Octal 307 47 53 0 120 116 26 546 103 57
Binary 11000111 100111 101011 0 1010000 1001110 10110 101100110 1000011 101111

Color Harmonies of #C7272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7272B

Black with #C7272B

Text Example


Text Example

White with #C7272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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