Html Css Color HEX #B52728 Mahogany

📋 copy color: '#B52728'

red 181 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #B52728

Tints of Mahogany #B52728

RGB

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

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

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

R = 69.62%
G = 15%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B52728 (or 0xB52728) is known color: Mahogany. HEX triplet: B5, 27 and 28. RGB value is (181,39,40). Sum of RGB (Red+Green+Blue) = 181+39+40=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B52728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52728 is #4AD8D7. Grayscale: #515151. Windows color (decimal): -4905176 or 2631605. OLE color: 2631605.

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

Color convert

RGB 181 39 40 -
CMYK 0 0.78 0.78 0.29
HSL 359.58º 0.65% 0.43% -
HSV(B) 359.58º 0.78% 0.71% -
XYZ 20.16 11.43 3.15 -
YUV 81.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 181 39 40 0 0.78 0.78 0.29 359.58 0.65 0.43
Hex B5 27 28 0 4E 4E 1D 168 41 2B
Octal 265 47 50 0 116 116 35 550 101 53
Binary 10110101 100111 101000 0 1001110 1001110 11101 101101000 1000001 101011

Color Harmonies of #B52728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52728

Black with #B52728

Text Example


Text Example

White with #B52728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52728; }

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

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

background-color css

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

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

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

border-color css

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

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

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