Html Css Color HEX #B73536 Mahogany

📋 copy color: '#B73536'

red 183 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #B73536

Tints of Mahogany #B73536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 63.1%
G = 18.28%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B73536 (or 0xB73536) is known color: Mahogany. HEX triplet: B7, 35 and 36. RGB value is (183,53,54). Sum of RGB (Red+Green+Blue) = 183+53+54=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73536 is #48CAC9. Grayscale: #5C5C5C. Windows color (decimal): -4770506 or 3552695. OLE color: 3552695.

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

Color convert

RGB 183 53 54 -
CMYK 0 0.71 0.70 0.28
HSL 359.54º 0.55% 0.46% -
HSV(B) 359.54º 0.71% 0.72% -
XYZ 21.47 12.88 4.84 -
YUV 91.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 183 53 54 0 0.71 0.70 0.28 359.54 0.55 0.46
Hex B7 35 36 0 47 46 1C 168 37 2E
Octal 267 65 66 0 107 106 34 550 67 56
Binary 10110111 110101 110110 0 1000111 1000110 11100 101101000 110111 101110

Color Harmonies of #B73536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73536

Black with #B73536

Text Example


Text Example

White with #B73536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73536; }

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

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

background-color css

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

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

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

border-color css

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

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

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