Html Css Color HEX #BF3337 Mahogany

📋 copy color: '#BF3337'

red 191 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #BF3337

Tints of Mahogany #BF3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 64.31%
G = 17.17%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF3337 (or 0xBF3337) is known color: Mahogany. HEX triplet: BF, 33 and 37. RGB value is (191,51,55). Sum of RGB (Red+Green+Blue) = 191+51+55=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3337 is #40CCC8. Grayscale: #5D5D5D. Windows color (decimal): -4246729 or 3617727. OLE color: 3617727.

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

Color convert

RGB 191 51 55 -
CMYK 0 0.73 0.71 0.25
HSL 358.29º 0.58% 0.47% -
HSV(B) 358.29º 0.73% 0.75% -
XYZ 23.36 13.72 5.03 -
YUV 93.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 191 51 55 0 0.73 0.71 0.25 358.29 0.58 0.47
Hex BF 33 37 0 49 47 19 166 3A 2F
Octal 277 63 67 0 111 107 31 546 72 57
Binary 10111111 110011 110111 0 1001001 1000111 11001 101100110 111010 101111

Color Harmonies of #BF3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3337

Black with #BF3337

Text Example


Text Example

White with #BF3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3337; }

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

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

background-color css

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

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

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

border-color css

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

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

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