Html Css Color HEX #BF2F37 Mahogany

📋 copy color: '#BF2F37'

red 191 ◦ green 47 ◦ blue 55

#BF2F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #BF2F37

Tints of Mahogany #BF2F37

RGB

 RED value IS 191 (75% from 255) = 65.19%

 GREEN value IS 47 (18.75% from 255) = 16.04%

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 65.19%
G = 16.04%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF2F37 (or 0xBF2F37) is known color: Mahogany. HEX triplet: BF, 2F and 37. RGB value is (191,47,55). Sum of RGB (Red+Green+Blue) = 191+47+55=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F37 is #40D0C8. Grayscale: #5B5B5B. Windows color (decimal): -4247753 or 3616703. OLE color: 3616703.

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

Color convert

RGB 191 47 55 -
CMYK 0 0.75 0.71 0.25
HSL 356.67º 0.61% 0.47% -
HSV(B) 356.67º 0.75% 0.75% -
XYZ 23.19 13.39 4.98 -
YUV 90.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 191 47 55 0 0.75 0.71 0.25 356.67 0.61 0.47
Hex BF 2F 37 0 4B 47 19 165 3D 2F
Octal 277 57 67 0 113 107 31 545 75 57
Binary 10111111 101111 110111 0 1001011 1000111 11001 101100101 111101 101111

Color Harmonies of #BF2F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F37

Black with #BF2F37

Text Example


Text Example

White with #BF2F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F37; }

 p { color: rgb(191,47,55); }

 H1.HeaderClassName
 {
   color: #BF2F37;
 }
 .AnyTagClassName
 {
   color: #BF2F37;
 }
</style>

background-color css

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

 a { background-color: rgb(191,47,55); }

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

border-color css

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

 span { border-color: rgb(191,47,55); }

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