Html Css Color HEX #B73237 Mahogany

📋 copy color: '#B73237'

red 183 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #B73237

Tints of Mahogany #B73237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 63.54%
G = 17.36%
B = 19.1%

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

#B73237 (or 0xB73237) is known color: Mahogany. HEX triplet: B7, 32 and 37. RGB value is (183,50,55). Sum of RGB (Red+Green+Blue) = 183+50+55=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73237 is #48CDC8. Grayscale: #5A5A5A. Windows color (decimal): -4771273 or 3617463. OLE color: 3617463.

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

Color convert

RGB 183 50 55 -
CMYK 0 0.73 0.70 0.28
HSL 357.74º 0.57% 0.46% -
HSV(B) 357.74º 0.73% 0.72% -
XYZ 21.36 12.62 4.93 -
YUV 90.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 183 50 55 0 0.73 0.70 0.28 357.74 0.57 0.46
Hex B7 32 37 0 49 46 1C 166 39 2E
Octal 267 62 67 0 111 106 34 546 71 56
Binary 10110111 110010 110111 0 1001001 1000110 11100 101100110 111001 101110

Color Harmonies of #B73237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73237

Black with #B73237

Text Example


Text Example

White with #B73237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73237; }

 p { color: rgb(183,50,55); }

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

background-color css

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

 a { background-color: rgb(183,50,55); }

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

border-color css

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

 span { border-color: rgb(183,50,55); }

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