Html Css Color HEX #B72829 Mahogany

📋 copy color: '#B72829'

red 183 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #B72829

Tints of Mahogany #B72829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 69.32%
G = 15.15%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72829 (or 0xB72829) is known color: Mahogany. HEX triplet: B7, 28 and 29. RGB value is (183,40,41). Sum of RGB (Red+Green+Blue) = 183+40+41=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B72829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72829 is #48D7D6. Grayscale: #535353. Windows color (decimal): -4773847 or 2697399. OLE color: 2697399.

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

Color convert

RGB 183 40 41 -
CMYK 0 0.78 0.78 0.28
HSL 359.58º 0.64% 0.44% -
HSV(B) 359.58º 0.78% 0.72% -
XYZ 20.69 11.74 3.27 -
YUV 82.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 183 40 41 0 0.78 0.78 0.28 359.58 0.64 0.44
Hex B7 28 29 0 4E 4E 1C 168 40 2C
Octal 267 50 51 0 116 116 34 550 100 54
Binary 10110111 101000 101001 0 1001110 1001110 11100 101101000 1000000 101100

Color Harmonies of #B72829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72829

Black with #B72829

Text Example


Text Example

White with #B72829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72829; }

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

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

background-color css

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

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

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

border-color css

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

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

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