#B13C49

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

Shades of Night Shadz #B13C49

Tints of Night Shadz #B13C49

Color information

#B13C49 (or 0xB13C49) is unknown color: approx Night Shadz. HEX triplet: B1, 3C and 49. RGB value is (177,60,73). Sum of RGB (Red+Green+Blue) = 177+60+73=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C49 is #4EC3B6. Grayscale: #606060. Windows color (decimal): -5161911 or 4799665. OLE color: 4799665.

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

Color convert

RGB1776073-
CMYK00.660.590.31
HSL353.33º49.37%46.47%-
HSV(B)353.33º66.1%69.41%-
XYZ20.9513.067.72-
YUV96.46114.76185.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 60 (23.83% from 255) = 19.35%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=57.10%
G=19.35%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177607300.660.590.31353.3349.3746.47
HexB13C490423B1F161312e
Octal26174111010273375416156
Binary1011000111110010010010100001011101111111101100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C49; }

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

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

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

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

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

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

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

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