Html Css Color HEX #B73136 Mahogany

📋 copy color: '#B73136'

red 183 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #B73136

Tints of Mahogany #B73136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 63.99%
G = 17.13%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B73136 (or 0xB73136) is known color: Mahogany. HEX triplet: B7, 31 and 36. RGB value is (183,49,54). Sum of RGB (Red+Green+Blue) = 183+49+54=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B73136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73136 is #48CEC9. Grayscale: #595959. Windows color (decimal): -4771530 or 3551671. OLE color: 3551671.

HSL color Cylindrical-coordinate representation of color #B73136: hue angle of 357.76º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73136 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 54 -
CMYK 0 0.73 0.70 0.28
HSL 357.76º 0.58% 0.45% -
HSV(B) 357.76º 0.73% 0.72% -
XYZ 21.29 12.53 4.79 -
YUV 89.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 183 49 54 0 0.73 0.70 0.28 357.76 0.58 0.45
Hex B7 31 36 0 49 46 1C 166 3A 2D
Octal 267 61 66 0 111 106 34 546 72 55
Binary 10110111 110001 110110 0 1001001 1000110 11100 101100110 111010 101101

Color Harmonies of #B73136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73136

Black with #B73136

Text Example


Text Example

White with #B73136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73136; }

 p { color: rgb(183,49,54); }

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

background-color css

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

 a { background-color: rgb(183,49,54); }

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

border-color css

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

 span { border-color: rgb(183,49,54); }

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