#c3272e

Color #C3272E Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C3272E

Tints of Mahogany #C3272E

Color information

#C3272E (or 0xC3272E) is unknown color: approx Mahogany. HEX triplet: C3, 27 and 2E. RGB value is (195,39,46). Sum of RGB (Red+Green+Blue) = 195+39+46=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3272E is #3CD8D1. Grayscale: #565656. Windows color (decimal): -3987666 or 3024835. OLE color: 3024835.

HSL color Cylindrical-coordinate representation of color #C3272E: hue angle of 357.31º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3272E is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB1953946-
CMYK00.800.760.24
HSL357.31º66.67%45.88%-
HSV(B)357.31º80%76.47%-
XYZ23.7213.253.89-
YUV86.44105.18205.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.64%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=69.64%
G=13.93%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195394600.800.760.24357.3166.6745.88
HexC3272E0504C18165432e
Octal303475601201143054510356
Binary11000011100111101110010100001001100110001011001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3272e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3272e; }

 p { color: rgb(195,39,46); }

 H1.HeaderClassName
 {
   color: #c3272e;
 }
 .AnyTagClassName
 {
   color: #c3272e;
 }
</style>
background-color css

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

 a { background-color: rgb(195,39,46); }

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

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

 span { border-color: rgb(195,39,46); }

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