Html Css Color HEX #B72628 Mahogany

📋 copy color: '#B72628'

red 183 ◦ green 38 ◦ blue 40

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

Shades of Mahogany #B72628

Tints of Mahogany #B72628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 70.11%
G = 14.56%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72628 (or 0xB72628) is known color: Mahogany. HEX triplet: B7, 26 and 28. RGB value is (183,38,40). Sum of RGB (Red+Green+Blue) = 183+38+40=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B72628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72628 is #48D9D7. Grayscale: #515151. Windows color (decimal): -4774360 or 2631351. OLE color: 2631351.

HSL color Cylindrical-coordinate representation of color #B72628: hue angle of 359.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72628 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 40 -
CMYK 0 0.79 0.78 0.28
HSL 359.17º 0.66% 0.43% -
HSV(B) 359.17º 0.79% 0.72% -
XYZ 20.6 11.61 3.16 -
YUV 81.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 183 38 40 0 0.79 0.78 0.28 359.17 0.66 0.43
Hex B7 26 28 0 4F 4E 1C 167 42 2B
Octal 267 46 50 0 117 116 34 547 102 53
Binary 10110111 100110 101000 0 1001111 1001110 11100 101100111 1000010 101011

Color Harmonies of #B72628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72628

Black with #B72628

Text Example


Text Example

White with #B72628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72628; }

 p { color: rgb(183,38,40); }

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

background-color css

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

 a { background-color: rgb(183,38,40); }

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

border-color css

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

 span { border-color: rgb(183,38,40); }

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