Html Css Color HEX #B72728 Mahogany

📋 copy color: '#B72728'

red 183 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #B72728

Tints of Mahogany #B72728

RGB

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

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

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

R = 69.85%
G = 14.89%
B = 15.27%

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

#B72728 (or 0xB72728) is known color: Mahogany. HEX triplet: B7, 27 and 28. RGB value is (183,39,40). Sum of RGB (Red+Green+Blue) = 183+39+40=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B72728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72728 is #48D8D7. Grayscale: #525252. Windows color (decimal): -4774104 or 2631607. OLE color: 2631607.

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

Color convert

RGB 183 39 40 -
CMYK 0 0.79 0.78 0.28
HSL 359.58º 0.65% 0.44% -
HSV(B) 359.58º 0.79% 0.72% -
XYZ 20.64 11.67 3.17 -
YUV 82.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 183 39 40 0 0.79 0.78 0.28 359.58 0.65 0.44
Hex B7 27 28 0 4F 4E 1C 168 41 2C
Octal 267 47 50 0 117 116 34 550 101 54
Binary 10110111 100111 101000 0 1001111 1001110 11100 101101000 1000001 101100

Color Harmonies of #B72728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72728

Black with #B72728

Text Example


Text Example

White with #B72728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72728; }

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

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

background-color css

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

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

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

border-color css

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

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

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