#B13B4F

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

Shades of Night Shadz #B13B4F

Tints of Night Shadz #B13B4F

Color information

#B13B4F (or 0xB13B4F) is unknown color: approx Night Shadz. HEX triplet: B1, 3B and 4F. RGB value is (177,59,79). Sum of RGB (Red+Green+Blue) = 177+59+79=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B4F is #4EC4B0. Grayscale: #606060. Windows color (decimal): -5162161 or 5192625. OLE color: 5192625.

HSL color Cylindrical-coordinate representation of color #B13B4F: hue angle of 349.83º 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 #B13B4F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1775979-
CMYK00.670.550.31
HSL349.83º50%46.27%-
HSV(B)349.83º66.67%69.41%-
XYZ21.1113.048.8-
YUV96.56118.09185.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=56.19%
G=18.73%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177597900.670.550.31349.835046.27
HexB13B4F043371F15e322e
Octal26173117010367375366256
Binary1011000111101110011110100001111011111111101011110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B4F; }

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

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

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

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

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

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

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

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