Html Css Color HEX #B72D34 Mahogany

📋 copy color: '#B72D34'

red 183 ◦ green 45 ◦ blue 52

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

Shades of Mahogany #B72D34

Tints of Mahogany #B72D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 65.36%
G = 16.07%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B72D34 (or 0xB72D34) is known color: Mahogany. HEX triplet: B7, 2D and 34. RGB value is (183,45,52). Sum of RGB (Red+Green+Blue) = 183+45+52=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D34 is #48D2CB. Grayscale: #575757. Windows color (decimal): -4772556 or 3419575. OLE color: 3419575.

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

Color convert

RGB 183 45 52 -
CMYK 0 0.75 0.72 0.28
HSL 356.96º 0.61% 0.45% -
HSV(B) 356.96º 0.75% 0.72% -
XYZ 21.09 12.19 4.49 -
YUV 87.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 183 45 52 0 0.75 0.72 0.28 356.96 0.61 0.45
Hex B7 2D 34 0 4B 48 1C 165 3D 2D
Octal 267 55 64 0 113 110 34 545 75 55
Binary 10110111 101101 110100 0 1001011 1001000 11100 101100101 111101 101101

Color Harmonies of #B72D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D34

Black with #B72D34

Text Example


Text Example

White with #B72D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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