#B13D55

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

Shades of Night Shadz #B13D55

Tints of Night Shadz #B13D55

Color information

#B13D55 (or 0xB13D55) is unknown color: approx Night Shadz. HEX triplet: B1, 3D and 55. RGB value is (177,61,85). Sum of RGB (Red+Green+Blue) = 177+61+85=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D55 is #4EC2AA. Grayscale: #626262. Windows color (decimal): -5161643 or 5586353. OLE color: 5586353.

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

Color convert

RGB1776185-
CMYK00.660.520.31
HSL347.59º48.74%46.67%-
HSV(B)347.59º65.54%69.41%-
XYZ21.4413.3410.04-
YUV98.42120.43184.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=54.80%
G=18.89%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177618500.660.520.31347.5948.7446.67
HexB13D55042341F15c312f
Octal26175125010264375346157
Binary1011000111110110101010100001011010011111101011100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D55; }

 p { color: rgb(177,61,85); }

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

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

 a { background-color: rgb(177,61,85); }

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

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

 span { border-color: rgb(177,61,85); }

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