Html Css Color HEX #BF3D3E Mahogany

📋 copy color: '#BF3D3E'

red 191 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #BF3D3E

Tints of Mahogany #BF3D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 60.83%
G = 19.43%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF3D3E (or 0xBF3D3E) is known color: Mahogany. HEX triplet: BF, 3D and 3E. RGB value is (191,61,62). Sum of RGB (Red+Green+Blue) = 191+61+62=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D3E is #40C2C1. Grayscale: #646464. Windows color (decimal): -4244162 or 4079039. OLE color: 4079039.

HSL color Cylindrical-coordinate representation of color #BF3D3E: hue angle of 359.54º 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 #BF3D3E is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 61 62 -
CMYK 0 0.68 0.68 0.25
HSL 359.54º 0.52% 0.49% -
HSV(B) 359.54º 0.68% 0.75% -
XYZ 24.02 14.76 6.14 -
YUV 99.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 191 61 62 0 0.68 0.68 0.25 359.54 0.52 0.49
Hex BF 3D 3E 0 44 44 19 168 34 31
Octal 277 75 76 0 104 104 31 550 64 61
Binary 10111111 111101 111110 0 1000100 1000100 11001 101101000 110100 110001

Color Harmonies of #BF3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D3E

Black with #BF3D3E

Text Example


Text Example

White with #BF3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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