Html Css Color HEX #BF2F34 Mahogany

📋 copy color: '#BF2F34'

red 191 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #BF2F34

Tints of Mahogany #BF2F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 65.86%
G = 16.21%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF2F34 (or 0xBF2F34) is known color: Mahogany. HEX triplet: BF, 2F and 34. RGB value is (191,47,52). Sum of RGB (Red+Green+Blue) = 191+47+52=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F34 is #40D0CB. Grayscale: #5A5A5A. Windows color (decimal): -4247756 or 3420095. OLE color: 3420095.

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

Color convert

RGB 191 47 52 -
CMYK 0 0.75 0.73 0.25
HSL 357.92º 0.61% 0.47% -
HSV(B) 357.92º 0.75% 0.75% -
XYZ 23.12 13.36 4.61 -
YUV 90.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 191 47 52 0 0.75 0.73 0.25 357.92 0.61 0.47
Hex BF 2F 34 0 4B 49 19 166 3D 2F
Octal 277 57 64 0 113 111 31 546 75 57
Binary 10111111 101111 110100 0 1001011 1001001 11001 101100110 111101 101111

Color Harmonies of #BF2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F34

Black with #BF2F34

Text Example


Text Example

White with #BF2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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