#CF3238

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

Shades of Mahogany #CF3238

Tints of Mahogany #CF3238

Color information

#CF3238 (or 0xCF3238) is unknown color: approx Mahogany. HEX triplet: CF, 32 and 38. RGB value is (207,50,56). Sum of RGB (Red+Green+Blue) = 207+50+56=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3238 is #30CDC7. Grayscale: #616161. Windows color (decimal): -3198408 or 3683023. OLE color: 3683023.

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

Color convert

RGB2075056-
CMYK00.760.730.19
HSL357.71º62.06%50.39%-
HSV(B)357.71º75.85%81.18%-
XYZ27.5915.835.34-
YUV97.63104.51206.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.13%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=66.13%
G=15.97%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207505600.760.730.19357.7162.0650.39
HexCF323804C49131663e32
Octal31762700114111235467662
Binary1100111111001011100001001100100100110011101100110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3238; }

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

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

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

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

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

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

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

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