Html Css Color HEX #B73538 Mahogany

📋 copy color: '#B73538'

red 183 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #B73538

Tints of Mahogany #B73538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

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

R = 62.67%
G = 18.15%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B73538 (or 0xB73538) is known color: Mahogany. HEX triplet: B7, 35 and 38. RGB value is (183,53,56). Sum of RGB (Red+Green+Blue) = 183+53+56=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B73538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73538 is #48CAC7. Grayscale: #5C5C5C. Windows color (decimal): -4770504 or 3683767. OLE color: 3683767.

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

Color convert

RGB 183 53 56 -
CMYK 0 0.71 0.69 0.28
HSL 358.62º 0.55% 0.46% -
HSV(B) 358.62º 0.71% 0.72% -
XYZ 21.52 12.9 5.1 -
YUV 92.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 183 53 56 0 0.71 0.69 0.28 358.62 0.55 0.46
Hex B7 35 38 0 47 45 1C 167 37 2E
Octal 267 65 70 0 107 105 34 547 67 56
Binary 10110111 110101 111000 0 1000111 1000101 11100 101100111 110111 101110

Color Harmonies of #B73538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73538

Black with #B73538

Text Example


Text Example

White with #B73538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73538; }

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

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

background-color css

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

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

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

border-color css

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

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

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