#C3272A

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

Shades of Mahogany #C3272A

Tints of Mahogany #C3272A

Color information

#C3272A (or 0xC3272A) is unknown color: approx Mahogany. HEX triplet: C3, 27 and 2A. RGB value is (195,39,42). Sum of RGB (Red+Green+Blue) = 195+39+42=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3272A is #3CD8D5. Grayscale: #565656. Windows color (decimal): -3987670 or 2762691. OLE color: 2762691.

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

Color convert

RGB1953942-
CMYK00.800.780.24
HSL358.85º66.67%45.88%-
HSV(B)358.85º80%76.47%-
XYZ23.6513.223.5-
YUV85.99103.18205.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.65%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=70.65%
G=14.13%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195394200.800.780.24358.8566.6745.88
HexC3272A0504E18167432e
Octal303475201201163054710356
Binary11000011100111101010010100001001110110001011001111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3272A; }

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

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

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

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

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

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

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

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