Html Css Color HEX #B73133 Mahogany

📋 copy color: '#B73133'

red 183 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #B73133

Tints of Mahogany #B73133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 64.66%
G = 17.31%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B73133 (or 0xB73133) is known color: Mahogany. HEX triplet: B7, 31 and 33. RGB value is (183,49,51). Sum of RGB (Red+Green+Blue) = 183+49+51=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73133 is #48CECC. Grayscale: #595959. Windows color (decimal): -4771533 or 3355063. OLE color: 3355063.

HSL color Cylindrical-coordinate representation of color #B73133: hue angle of 359.1º 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 #B73133 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 51 -
CMYK 0 0.73 0.72 0.28
HSL 359.1º 0.58% 0.45% -
HSV(B) 359.1º 0.73% 0.72% -
XYZ 21.22 12.5 4.43 -
YUV 89.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 183 49 51 0 0.73 0.72 0.28 359.1 0.58 0.45
Hex B7 31 33 0 49 48 1C 167 3A 2D
Octal 267 61 63 0 111 110 34 547 72 55
Binary 10110111 110001 110011 0 1001001 1001000 11100 101100111 111010 101101

Color Harmonies of #B73133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73133

Black with #B73133

Text Example


Text Example

White with #B73133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73133; }

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

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

background-color css

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

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

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

border-color css

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

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

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