Html Css Color HEX #B13839 Mahogany

📋 copy color: '#B13839'

red 177 ◦ green 56 ◦ blue 57

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

Shades of Mahogany #B13839

Tints of Mahogany #B13839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 61.03%
G = 19.31%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B13839 (or 0xB13839) is known color: Mahogany. HEX triplet: B1, 38 and 39. RGB value is (177,56,57). Sum of RGB (Red+Green+Blue) = 177+56+57=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B13839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13839 is #4EC7C6. Grayscale: #5C5C5C. Windows color (decimal): -5162951 or 3750065. OLE color: 3750065.

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

Color convert

RGB 177 56 57 -
CMYK 0 0.68 0.68 0.31
HSL 359.5º 0.52% 0.46% -
HSV(B) 359.5º 0.68% 0.69% -
XYZ 20.28 12.47 5.21 -
YUV 92.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 177 56 57 0 0.68 0.68 0.31 359.5 0.52 0.46
Hex B1 38 39 0 44 44 1F 168 34 2E
Octal 261 70 71 0 104 104 37 550 64 56
Binary 10110001 111000 111001 0 1000100 1000100 11111 101101000 110100 101110

Color Harmonies of #B13839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13839

Black with #B13839

Text Example


Text Example

White with #B13839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13839; }

 p { color: rgb(177,56,57); }

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

background-color css

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

 a { background-color: rgb(177,56,57); }

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

border-color css

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

 span { border-color: rgb(177,56,57); }

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