Html Css Color HEX #B73238 Mahogany

📋 copy color: '#B73238'

red 183 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #B73238

Tints of Mahogany #B73238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 63.32%
G = 17.3%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B73238 (or 0xB73238) is known color: Mahogany. HEX triplet: B7, 32 and 38. RGB value is (183,50,56). Sum of RGB (Red+Green+Blue) = 183+50+56=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73238 is #48CDC7. Grayscale: #5A5A5A. Windows color (decimal): -4771272 or 3682999. OLE color: 3682999.

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

Color convert

RGB 183 50 56 -
CMYK 0 0.73 0.69 0.28
HSL 357.29º 0.57% 0.46% -
HSV(B) 357.29º 0.73% 0.72% -
XYZ 21.38 12.63 5.05 -
YUV 90.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 183 50 56 0 0.73 0.69 0.28 357.29 0.57 0.46
Hex B7 32 38 0 49 45 1C 165 39 2E
Octal 267 62 70 0 111 105 34 545 71 56
Binary 10110111 110010 111000 0 1001001 1000101 11100 101100101 111001 101110

Color Harmonies of #B73238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73238

Black with #B73238

Text Example


Text Example

White with #B73238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73238; }

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

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

background-color css

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

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

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

border-color css

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

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

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