Html Css Color HEX #B13136 Mahogany

📋 copy color: '#B13136'

red 177 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #B13136

Tints of Mahogany #B13136

RGB

 RED value IS 177 (69.53% from 255) = 63.21%

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 63.21%
G = 17.5%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B13136 (or 0xB13136) is known color: Mahogany. HEX triplet: B1, 31 and 36. RGB value is (177,49,54). Sum of RGB (Red+Green+Blue) = 177+49+54=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B13136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13136 is #4ECEC9. Grayscale: #575757. Windows color (decimal): -5164746 or 3551665. OLE color: 3551665.

HSL color Cylindrical-coordinate representation of color #B13136: hue angle of 357.66º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13136 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 54 -
CMYK 0 0.72 0.69 0.31
HSL 357.66º 0.57% 0.44% -
HSV(B) 357.66º 0.72% 0.69% -
XYZ 19.9 11.81 4.72 -
YUV 87.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 177 49 54 0 0.72 0.69 0.31 357.66 0.57 0.44
Hex B1 31 36 0 48 45 1F 166 39 2C
Octal 261 61 66 0 110 105 37 546 71 54
Binary 10110001 110001 110110 0 1001000 1000101 11111 101100110 111001 101100

Color Harmonies of #B13136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13136

Black with #B13136

Text Example


Text Example

White with #B13136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13136; }

 p { color: rgb(177,49,54); }

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

background-color css

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

 a { background-color: rgb(177,49,54); }

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

border-color css

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

 span { border-color: rgb(177,49,54); }

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