Html Css Color HEX #B72729 Mahogany

📋 copy color: '#B72729'

red 183 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #B72729

Tints of Mahogany #B72729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 69.58%
G = 14.83%
B = 15.59%

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

#B72729 (or 0xB72729) is known color: Mahogany. HEX triplet: B7, 27 and 29. RGB value is (183,39,41). Sum of RGB (Red+Green+Blue) = 183+39+41=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B72729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72729 is #48D8D6. Grayscale: #525252. Windows color (decimal): -4774103 or 2697143. OLE color: 2697143.

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

Color convert

RGB 183 39 41 -
CMYK 0 0.79 0.78 0.28
HSL 359.17º 0.65% 0.44% -
HSV(B) 359.17º 0.79% 0.72% -
XYZ 20.65 11.68 3.26 -
YUV 82.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 183 39 41 0 0.79 0.78 0.28 359.17 0.65 0.44
Hex B7 27 29 0 4F 4E 1C 167 41 2C
Octal 267 47 51 0 117 116 34 547 101 54
Binary 10110111 100111 101001 0 1001111 1001110 11100 101100111 1000001 101100

Color Harmonies of #B72729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72729

Black with #B72729

Text Example


Text Example

White with #B72729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72729; }

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

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

background-color css

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

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

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

border-color css

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

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

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