#B13E49

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

Shades of Night Shadz #B13E49

Tints of Night Shadz #B13E49

Color information

#B13E49 (or 0xB13E49) is unknown color: approx Night Shadz. HEX triplet: B1, 3E and 49. RGB value is (177,62,73). Sum of RGB (Red+Green+Blue) = 177+62+73=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E49 is #4EC1B6. Grayscale: #616161. Windows color (decimal): -5161399 or 4800177. OLE color: 4800177.

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

Color convert

RGB1776273-
CMYK00.650.590.31
HSL354.26º48.12%46.86%-
HSV(B)354.26º64.97%69.41%-
XYZ21.0613.277.76-
YUV97.64114.1184.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=56.73%
G=19.87%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177627300.650.590.31354.2648.1246.86
HexB13E490413B1F162302f
Octal26176111010173375426057
Binary1011000111111010010010100000111101111111101100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E49; }

 p { color: rgb(177,62,73); }

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

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

 a { background-color: rgb(177,62,73); }

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

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

 span { border-color: rgb(177,62,73); }

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