#CF323A

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

Shades of Mahogany #CF323A

Tints of Mahogany #CF323A

Color information

#CF323A (or 0xCF323A) is unknown color: approx Mahogany. HEX triplet: CF, 32 and 3A. RGB value is (207,50,58). Sum of RGB (Red+Green+Blue) = 207+50+58=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF323A is #30CDC5. Grayscale: #616161. Windows color (decimal): -3198406 or 3814095. OLE color: 3814095.

HSL color Cylindrical-coordinate representation of color #CF323A: hue angle of 356.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF323A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB2075058-
CMYK00.760.720.19
HSL356.94º62.06%50.39%-
HSV(B)356.94º75.85%81.18%-
XYZ27.6415.855.61-
YUV97.85105.51205.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=65.71%
G=15.87%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207505800.760.720.19356.9462.0650.39
HexCF323A04C48131653e32
Octal31762720114110235457662
Binary1100111111001011101001001100100100010011101100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF323A; }

 p { color: rgb(207,50,58); }

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

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

 a { background-color: rgb(207,50,58); }

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

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

 span { border-color: rgb(207,50,58); }

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