Html Css Color HEX #B73234 Mahogany

📋 copy color: '#B73234'

red 183 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #B73234

Tints of Mahogany #B73234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 64.21%
G = 17.54%
B = 18.25%

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

#B73234 (or 0xB73234) is known color: Mahogany. HEX triplet: B7, 32 and 34. RGB value is (183,50,52). Sum of RGB (Red+Green+Blue) = 183+50+52=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B73234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73234 is #48CDCB. Grayscale: #5A5A5A. Windows color (decimal): -4771276 or 3420855. OLE color: 3420855.

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

Color convert

RGB 183 50 52 -
CMYK 0 0.73 0.72 0.28
HSL 359.1º 0.57% 0.46% -
HSV(B) 359.1º 0.73% 0.72% -
XYZ 21.29 12.6 4.56 -
YUV 90 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 183 50 52 0 0.73 0.72 0.28 359.1 0.57 0.46
Hex B7 32 34 0 49 48 1C 167 39 2E
Octal 267 62 64 0 111 110 34 547 71 56
Binary 10110111 110010 110100 0 1001001 1001000 11100 101100111 111001 101110

Color Harmonies of #B73234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73234

Black with #B73234

Text Example


Text Example

White with #B73234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73234; }

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

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

background-color css

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

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

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

border-color css

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

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

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