#B13335

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

Shades of Mahogany #B13335

Tints of Mahogany #B13335

Color information

#B13335 (or 0xB13335) is unknown color: approx Mahogany. HEX triplet: B1, 33 and 35. RGB value is (177,51,53). Sum of RGB (Red+Green+Blue) = 177+51+53=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B13335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13335 is #4ECCCA. Grayscale: #595959. Windows color (decimal): -5164235 or 3486641. OLE color: 3486641.

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

Color convert

RGB1775153-
CMYK00.710.700.31
HSL359.05º55.26%44.71%-
HSV(B)359.05º71.19%69.41%-
XYZ19.9611.974.63-
YUV88.9107.74190.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=62.99%
G=18.15%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177515300.710.700.31359.0555.2644.71
HexB13335047461F167372d
Octal26163650107106375476755
Binary1011000111001111010101000111100011011111101100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13335; }

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

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

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

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

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

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

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

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