Html Css Color HEX #B7343A Mahogany

📋 copy color: '#B7343A'

red 183 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #B7343A

Tints of Mahogany #B7343A

RGB

 RED value IS 183 (71.88% from 255) = 62.46%

 GREEN value IS 52 (20.7% from 255) = 17.75%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 62.46%
G = 17.75%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7343A (or 0xB7343A) is known color: Mahogany. HEX triplet: B7, 34 and 3A. RGB value is (183,52,58). Sum of RGB (Red+Green+Blue) = 183+52+58=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7343A is #48CBC5. Grayscale: #5B5B5B. Windows color (decimal): -4770758 or 3814583. OLE color: 3814583.

HSL color Cylindrical-coordinate representation of color #B7343A: hue angle of 357.25º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7343A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 58 -
CMYK 0 0.72 0.68 0.28
HSL 357.25º 0.56% 0.46% -
HSV(B) 357.25º 0.72% 0.72% -
XYZ 21.52 12.83 5.34 -
YUV 91.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 183 52 58 0 0.72 0.68 0.28 357.25 0.56 0.46
Hex B7 34 3A 0 48 44 1C 165 38 2E
Octal 267 64 72 0 110 104 34 545 70 56
Binary 10110111 110100 111010 0 1001000 1000100 11100 101100101 111000 101110

Color Harmonies of #B7343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7343A

Black with #B7343A

Text Example


Text Example

White with #B7343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7343A; }

 p { color: rgb(183,52,58); }

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

background-color css

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

 a { background-color: rgb(183,52,58); }

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

border-color css

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

 span { border-color: rgb(183,52,58); }

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