Html Css Color HEX #BF3D41 Mahogany

📋 copy color: '#BF3D41'

red 191 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #BF3D41

Tints of Mahogany #BF3D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

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

R = 60.25%
G = 19.24%
B = 20.5%

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

#BF3D41 (or 0xBF3D41) is known color: Mahogany. HEX triplet: BF, 3D and 41. RGB value is (191,61,65). Sum of RGB (Red+Green+Blue) = 191+61+65=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D41 is #40C2BE. Grayscale: #646464. Windows color (decimal): -4244159 or 4275647. OLE color: 4275647.

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

Color convert

RGB 191 61 65 -
CMYK 0 0.68 0.66 0.25
HSL 358.15º 0.52% 0.49% -
HSV(B) 358.15º 0.68% 0.75% -
XYZ 24.11 14.8 6.59 -
YUV 100.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 191 61 65 0 0.68 0.66 0.25 358.15 0.52 0.49
Hex BF 3D 41 0 44 42 19 166 34 31
Octal 277 75 101 0 104 102 31 546 64 61
Binary 10111111 111101 1000001 0 1000100 1000010 11001 101100110 110100 110001

Color Harmonies of #BF3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D41

Black with #BF3D41

Text Example


Text Example

White with #BF3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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