Html Css Color HEX #BF2728 Mahogany

📋 copy color: '#BF2728'

red 191 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #BF2728

Tints of Mahogany #BF2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 70.74%
G = 14.44%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2728 (or 0xBF2728) is known color: Mahogany. HEX triplet: BF, 27 and 28. RGB value is (191,39,40). Sum of RGB (Red+Green+Blue) = 191+39+40=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2728 is #40D8D7. Grayscale: #545454. Windows color (decimal): -4249816 or 2631615. OLE color: 2631615.

HSL color Cylindrical-coordinate representation of color #BF2728: hue angle of 359.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2728 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 40 -
CMYK 0 0.80 0.79 0.25
HSL 359.61º 0.66% 0.45% -
HSV(B) 359.61º 0.8% 0.75% -
XYZ 22.59 12.68 3.26 -
YUV 84.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 191 39 40 0 0.80 0.79 0.25 359.61 0.66 0.45
Hex BF 27 28 0 50 4F 19 168 42 2D
Octal 277 47 50 0 120 117 31 550 102 55
Binary 10111111 100111 101000 0 1010000 1001111 11001 101101000 1000010 101101

Color Harmonies of #BF2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2728

Black with #BF2728

Text Example


Text Example

White with #BF2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2728; }

 p { color: rgb(191,39,40); }

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

background-color css

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

 a { background-color: rgb(191,39,40); }

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

border-color css

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

 span { border-color: rgb(191,39,40); }

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