Html Css Color HEX #BF2F31 Mahogany

📋 copy color: '#BF2F31'

red 191 ◦ green 47 ◦ blue 49

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

Shades of Mahogany #BF2F31

Tints of Mahogany #BF2F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 66.55%
G = 16.38%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2F31 (or 0xBF2F31) is known color: Mahogany. HEX triplet: BF, 2F and 31. RGB value is (191,47,49). Sum of RGB (Red+Green+Blue) = 191+47+49=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F31 is #40D0CE. Grayscale: #5A5A5A. Windows color (decimal): -4247759 or 3223487. OLE color: 3223487.

HSL color Cylindrical-coordinate representation of color #BF2F31: hue angle of 359.17º 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 #BF2F31 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 47 49 -
CMYK 0 0.75 0.74 0.25
HSL 359.17º 0.61% 0.47% -
HSV(B) 359.17º 0.75% 0.75% -
XYZ 23.06 13.33 4.26 -
YUV 90.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 191 47 49 0 0.75 0.74 0.25 359.17 0.61 0.47
Hex BF 2F 31 0 4B 4A 19 167 3D 2F
Octal 277 57 61 0 113 112 31 547 75 57
Binary 10111111 101111 110001 0 1001011 1001010 11001 101100111 111101 101111

Color Harmonies of #BF2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F31

Black with #BF2F31

Text Example


Text Example

White with #BF2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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