Html Css Color HEX #BF3A3D Mahogany

📋 copy color: '#BF3A3D'

red 191 ◦ green 58 ◦ blue 61

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

Shades of Mahogany #BF3A3D

Tints of Mahogany #BF3A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 61.61%
G = 18.71%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF3A3D (or 0xBF3A3D) is known color: Mahogany. HEX triplet: BF, 3A and 3D. RGB value is (191,58,61). Sum of RGB (Red+Green+Blue) = 191+58+61=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A3D is #40C5C2. Grayscale: #626262. Windows color (decimal): -4244931 or 4012735. OLE color: 4012735.

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

Color convert

RGB 191 58 61 -
CMYK 0 0.70 0.68 0.25
HSL 358.65º 0.53% 0.49% -
HSV(B) 358.65º 0.7% 0.75% -
XYZ 23.84 14.44 5.95 -
YUV 98.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 191 58 61 0 0.70 0.68 0.25 358.65 0.53 0.49
Hex BF 3A 3D 0 46 44 19 167 35 31
Octal 277 72 75 0 106 104 31 547 65 61
Binary 10111111 111010 111101 0 1000110 1000100 11001 101100111 110101 110001

Color Harmonies of #BF3A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A3D

Black with #BF3A3D

Text Example


Text Example

White with #BF3A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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