Html Css Color HEX #BF2D37 Mahogany

📋 copy color: '#BF2D37'

red 191 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #BF2D37

Tints of Mahogany #BF2D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 65.64%
G = 15.46%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF2D37 (or 0xBF2D37) is known color: Mahogany. HEX triplet: BF, 2D and 37. RGB value is (191,45,55). Sum of RGB (Red+Green+Blue) = 191+45+55=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D37 is #40D2C8. Grayscale: #595959. Windows color (decimal): -4248265 or 3616191. OLE color: 3616191.

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

Color convert

RGB 191 45 55 -
CMYK 0 0.76 0.71 0.25
HSL 355.89º 0.62% 0.46% -
HSV(B) 355.89º 0.76% 0.75% -
XYZ 23.11 13.23 4.95 -
YUV 89.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 191 45 55 0 0.76 0.71 0.25 355.89 0.62 0.46
Hex BF 2D 37 0 4C 47 19 164 3E 2E
Octal 277 55 67 0 114 107 31 544 76 56
Binary 10111111 101101 110111 0 1001100 1000111 11001 101100100 111110 101110

Color Harmonies of #BF2D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D37

Black with #BF2D37

Text Example


Text Example

White with #BF2D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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