Html Css Color HEX #B72D31 Mahogany

📋 copy color: '#B72D31'

red 183 ◦ green 45 ◦ blue 49

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

Shades of Mahogany #B72D31

Tints of Mahogany #B72D31

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 66.06%
G = 16.25%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72D31 (or 0xB72D31) is known color: Mahogany. HEX triplet: B7, 2D and 31. RGB value is (183,45,49). Sum of RGB (Red+Green+Blue) = 183+45+49=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D31 is #48D2CE. Grayscale: #565656. Windows color (decimal): -4772559 or 3222967. OLE color: 3222967.

HSL color Cylindrical-coordinate representation of color #B72D31: hue angle of 358.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D31 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 45 49 -
CMYK 0 0.75 0.73 0.28
HSL 358.26º 0.61% 0.45% -
HSV(B) 358.26º 0.75% 0.72% -
XYZ 21.02 12.17 4.15 -
YUV 86.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 183 45 49 0 0.75 0.73 0.28 358.26 0.61 0.45
Hex B7 2D 31 0 4B 49 1C 166 3D 2D
Octal 267 55 61 0 113 111 34 546 75 55
Binary 10110111 101101 110001 0 1001011 1001001 11100 101100110 111101 101101

Color Harmonies of #B72D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D31

Black with #B72D31

Text Example


Text Example

White with #B72D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D31; }

 p { color: rgb(183,45,49); }

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

background-color css

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

 a { background-color: rgb(183,45,49); }

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

border-color css

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

 span { border-color: rgb(183,45,49); }

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