Html Css Color HEX #BF3C41 Mahogany

📋 copy color: '#BF3C41'

red 191 ◦ green 60 ◦ blue 65

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

Shades of Mahogany #BF3C41

Tints of Mahogany #BF3C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 60.44%
G = 18.99%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF3C41 (or 0xBF3C41) is known color: Mahogany. HEX triplet: BF, 3C and 41. RGB value is (191,60,65). Sum of RGB (Red+Green+Blue) = 191+60+65=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C41 is #40C3BE. Grayscale: #636363. Windows color (decimal): -4244415 or 4275391. OLE color: 4275391.

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

Color convert

RGB 191 60 65 -
CMYK 0 0.69 0.66 0.25
HSL 357.71º 0.52% 0.49% -
HSV(B) 357.71º 0.69% 0.75% -
XYZ 24.06 14.69 6.57 -
YUV 99.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 191 60 65 0 0.69 0.66 0.25 357.71 0.52 0.49
Hex BF 3C 41 0 45 42 19 166 34 31
Octal 277 74 101 0 105 102 31 546 64 61
Binary 10111111 111100 1000001 0 1000101 1000010 11001 101100110 110100 110001

Color Harmonies of #BF3C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C41

Black with #BF3C41

Text Example


Text Example

White with #BF3C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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