Html Css Color HEX #B82729 Mahogany

📋 copy color: '#B82729'

red 184 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #B82729

Tints of Mahogany #B82729

RGB

 RED value IS 184 (72.27% from 255) = 69.7%

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

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

R = 69.7%
G = 14.77%
B = 15.53%

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

#B82729 (or 0xB82729) is known color: Mahogany. HEX triplet: B8, 27 and 29. RGB value is (184,39,41). Sum of RGB (Red+Green+Blue) = 184+39+41=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B82729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82729 is #47D8D6. Grayscale: #525252. Windows color (decimal): -4708567 or 2697144. OLE color: 2697144.

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

Color convert

RGB 184 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.89 11.8 3.27 -
YUV 82.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 184 39 41 0 0.79 0.78 0.28 359.17 0.65 0.44
Hex B8 27 29 0 4F 4E 1C 167 41 2C
Octal 270 47 51 0 117 116 34 547 101 54
Binary 10111000 100111 101001 0 1001111 1001110 11100 101100111 1000001 101100

Color Harmonies of #B82729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82729

Black with #B82729

Text Example


Text Example

White with #B82729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82729; }

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

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

background-color css

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

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

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

border-color css

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

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

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