#CF3239

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

Shades of Mahogany #CF3239

Tints of Mahogany #CF3239

Color information

#CF3239 (or 0xCF3239) is unknown color: approx Mahogany. HEX triplet: CF, 32 and 39. RGB value is (207,50,57). Sum of RGB (Red+Green+Blue) = 207+50+57=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3239 is #30CDC6. Grayscale: #616161. Windows color (decimal): -3198407 or 3748559. OLE color: 3748559.

HSL color Cylindrical-coordinate representation of color #CF3239: hue angle of 357.32º 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 #CF3239 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB2075057-
CMYK00.760.720.19
HSL357.32º62.06%50.39%-
HSV(B)357.32º75.85%81.18%-
XYZ27.6115.845.47-
YUV97.74105.01205.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.92%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=65.92%
G=15.92%
B=18.15%

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
Decimal207505700.760.720.19357.3262.0650.39
HexCF323904C48131653e32
Octal31762710114110235457662
Binary1100111111001011100101001100100100010011101100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3239; }

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

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

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

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

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

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

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

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