Html Css Color HEX #B52729 Mahogany

📋 copy color: '#B52729'

red 181 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #B52729

Tints of Mahogany #B52729

RGB

 RED value IS 181 (71.09% from 255) = 69.35%

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

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

R = 69.35%
G = 14.94%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B52729 (or 0xB52729) is known color: Mahogany. HEX triplet: B5, 27 and 29. RGB value is (181,39,41). Sum of RGB (Red+Green+Blue) = 181+39+41=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B52729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52729 is #4AD8D6. Grayscale: #515151. Windows color (decimal): -4905175 or 2697141. OLE color: 2697141.

HSL color Cylindrical-coordinate representation of color #B52729: hue angle of 359.15º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52729 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 41 -
CMYK 0 0.78 0.77 0.29
HSL 359.15º 0.65% 0.43% -
HSV(B) 359.15º 0.78% 0.71% -
XYZ 20.18 11.43 3.24 -
YUV 81.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 181 39 41 0 0.78 0.77 0.29 359.15 0.65 0.43
Hex B5 27 29 0 4E 4D 1D 167 41 2B
Octal 265 47 51 0 116 115 35 547 101 53
Binary 10110101 100111 101001 0 1001110 1001101 11101 101100111 1000001 101011

Color Harmonies of #B52729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52729

Black with #B52729

Text Example


Text Example

White with #B52729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52729; }

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

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

background-color css

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

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

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

border-color css

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

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

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