Html Css Color HEX #BF3E41 Mahogany

📋 copy color: '#BF3E41'

red 191 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #BF3E41

Tints of Mahogany #BF3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.5%

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 60.06%
G = 19.5%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF3E41 (or 0xBF3E41) is known color: Mahogany. HEX triplet: BF, 3E and 41. RGB value is (191,62,65). Sum of RGB (Red+Green+Blue) = 191+62+65=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E41 is #40C1BE. Grayscale: #656565. Windows color (decimal): -4243903 or 4275903. OLE color: 4275903.

HSL color Cylindrical-coordinate representation of color #BF3E41: hue angle of 358.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 65 -
CMYK 0 0.68 0.66 0.25
HSL 358.6º 0.51% 0.5% -
HSV(B) 358.6º 0.68% 0.75% -
XYZ 24.16 14.9 6.6 -
YUV 100.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 191 62 65 0 0.68 0.66 0.25 358.6 0.51 0.5
Hex BF 3E 41 0 44 42 19 167 33 32
Octal 277 76 101 0 104 102 31 547 63 62
Binary 10111111 111110 1000001 0 1000100 1000010 11001 101100111 110011 110010

Color Harmonies of #BF3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E41

Black with #BF3E41

Text Example


Text Example

White with #BF3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E41; }

 p { color: rgb(191,62,65); }

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

background-color css

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

 a { background-color: rgb(191,62,65); }

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

border-color css

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

 span { border-color: rgb(191,62,65); }

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