Html Css Color HEX #B13539 Mahogany

📋 copy color: '#B13539'

red 177 ◦ green 53 ◦ blue 57

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

Shades of Mahogany #B13539

Tints of Mahogany #B13539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 61.67%
G = 18.47%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B13539 (or 0xB13539) is known color: Mahogany. HEX triplet: B1, 35 and 39. RGB value is (177,53,57). Sum of RGB (Red+Green+Blue) = 177+53+57=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13539 is #4ECAC6. Grayscale: #5A5A5A. Windows color (decimal): -5163719 or 3749297. OLE color: 3749297.

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

Color convert

RGB 177 53 57 -
CMYK 0 0.70 0.68 0.31
HSL 358.06º 0.54% 0.45% -
HSV(B) 358.06º 0.7% 0.69% -
XYZ 20.14 12.19 5.16 -
YUV 90.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 177 53 57 0 0.70 0.68 0.31 358.06 0.54 0.45
Hex B1 35 39 0 46 44 1F 166 36 2D
Octal 261 65 71 0 106 104 37 546 66 55
Binary 10110001 110101 111001 0 1000110 1000100 11111 101100110 110110 101101

Color Harmonies of #B13539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13539

Black with #B13539

Text Example


Text Example

White with #B13539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13539; }

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

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

background-color css

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

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

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

border-color css

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

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

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