Html Css Color HEX #BF2F33 Mahogany

📋 copy color: '#BF2F33'

red 191 ◦ green 47 ◦ blue 51

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

Shades of Mahogany #BF2F33

Tints of Mahogany #BF2F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 66.09%
G = 16.26%
B = 17.65%

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

#BF2F33 (or 0xBF2F33) is known color: Mahogany. HEX triplet: BF, 2F and 33. RGB value is (191,47,51). Sum of RGB (Red+Green+Blue) = 191+47+51=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F33 is #40D0CC. Grayscale: #5A5A5A. Windows color (decimal): -4247757 or 3354559. OLE color: 3354559.

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

Color convert

RGB 191 47 51 -
CMYK 0 0.75 0.73 0.25
HSL 358.33º 0.61% 0.47% -
HSV(B) 358.33º 0.75% 0.75% -
XYZ 23.1 13.35 4.49 -
YUV 90.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 191 47 51 0 0.75 0.73 0.25 358.33 0.61 0.47
Hex BF 2F 33 0 4B 49 19 166 3D 2F
Octal 277 57 63 0 113 111 31 546 75 57
Binary 10111111 101111 110011 0 1001011 1001001 11001 101100110 111101 101111

Color Harmonies of #BF2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F33

Black with #BF2F33

Text Example


Text Example

White with #BF2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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