#B1383B

Color #B1383B Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B1383B

Tints of Mahogany #B1383B

Color information

#B1383B (or 0xB1383B) is unknown color: approx Mahogany. HEX triplet: B1, 38 and 3B. RGB value is (177,56,59). Sum of RGB (Red+Green+Blue) = 177+56+59=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383B is #4EC7C4. Grayscale: #5C5C5C. Windows color (decimal): -5162949 or 3881137. OLE color: 3881137.

HSL color Cylindrical-coordinate representation of color #B1383B: hue angle of 358.51º 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 #B1383B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1775659-
CMYK00.680.670.31
HSL358.51º51.93%45.69%-
HSV(B)358.51º68.36%69.41%-
XYZ20.3412.495.48-
YUV92.52109.09188.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=60.62%
G=19.18%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177565900.680.670.31358.5151.9345.69
HexB1383B044431F167342e
Octal26170730104103375476456
Binary1011000111100011101101000100100001111111101100111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1383B; }

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

 H1.HeaderClassName
 {
   color: #B1383B;
 }
 .AnyTagClassName
 {
   color: #B1383B;
 }
</style>
background-color css

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

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

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

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

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

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