#BF3135

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

Shades of Mahogany #BF3135

Tints of Mahogany #BF3135

Color information

#BF3135 (or 0xBF3135) is unknown color: approx Mahogany. HEX triplet: BF, 31 and 35. RGB value is (191,49,53). Sum of RGB (Red+Green+Blue) = 191+49+53=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3135 is #40CECA. Grayscale: #5C5C5C. Windows color (decimal): -4247243 or 3486143. OLE color: 3486143.

HSL color Cylindrical-coordinate representation of color #BF3135: hue angle of 358.31º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3135 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1914953-
CMYK00.740.720.25
HSL358.31º59.17%47.06%-
HSV(B)358.31º74.35%74.9%-
XYZ23.2313.534.76-
YUV91.91106.04198.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=65.19%
G=16.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191495300.740.720.25358.3159.1747.06
HexBF313504A48191663b2f
Octal27761650112110315467357
Binary1011111111000111010101001010100100011001101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3135; }

 p { color: rgb(191,49,53); }

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

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

 a { background-color: rgb(191,49,53); }

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

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

 span { border-color: rgb(191,49,53); }

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