#BF3C41

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

Shades of Mahogany #BF3C41

Tints of Mahogany #BF3C41

Color information

#BF3C41 (or 0xBF3C41) is unknown color: approx Mahogany. HEX triplet: BF, 3C and 41. RGB value is (191,60,65). Sum of RGB (Red+Green+Blue) = 191+60+65=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C41 is #40C3BE. Grayscale: #636363. Windows color (decimal): -4244415 or 4275391. OLE color: 4275391.

HSL color Cylindrical-coordinate representation of color #BF3C41: hue angle of 357.71º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C41 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1916065-
CMYK00.690.660.25
HSL357.71º52.19%49.22%-
HSV(B)357.71º68.59%74.9%-
XYZ24.0614.696.57-
YUV99.74108.4193.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=60.44%
G=18.99%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191606500.690.660.25357.7152.1949.22
HexBF3C4104542191663431
Octal277741010105102315466461
Binary10111111111100100000101000101100001011001101100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C41; }

 p { color: rgb(191,60,65); }

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

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

 a { background-color: rgb(191,60,65); }

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

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

 span { border-color: rgb(191,60,65); }

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