#B13B55

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

Shades of Night Shadz #B13B55

Tints of Night Shadz #B13B55

Color information

#B13B55 (or 0xB13B55) is unknown color: approx Night Shadz. HEX triplet: B1, 3B and 55. RGB value is (177,59,85). Sum of RGB (Red+Green+Blue) = 177+59+85=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B55 is #4EC4AA. Grayscale: #616161. Windows color (decimal): -5162155 or 5585841. OLE color: 5585841.

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

Color convert

RGB1775985-
CMYK00.670.520.31
HSL346.78º50%46.27%-
HSV(B)346.78º66.67%69.41%-
XYZ21.3413.1310-
YUV97.25121.09184.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=55.14%
G=18.38%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177598500.670.520.31346.785046.27
HexB13B55043341F15b322e
Octal26173125010364375336256
Binary1011000111101110101010100001111010011111101011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B55; }

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

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

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

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

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

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

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

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