#B13D4F

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

Shades of Night Shadz #B13D4F

Tints of Night Shadz #B13D4F

Color information

#B13D4F (or 0xB13D4F) is unknown color: approx Night Shadz. HEX triplet: B1, 3D and 4F. RGB value is (177,61,79). Sum of RGB (Red+Green+Blue) = 177+61+79=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D4F is #4EC2B0. Grayscale: #616161. Windows color (decimal): -5161649 or 5193137. OLE color: 5193137.

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

Color convert

RGB1776179-
CMYK00.660.550.31
HSL350.69º48.74%46.67%-
HSV(B)350.69º65.54%69.41%-
XYZ21.2113.258.84-
YUV97.74117.43184.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=55.84%
G=19.24%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177617900.660.550.31350.6948.7446.67
HexB13D4F042371F15f312f
Octal26175117010267375376157
Binary1011000111110110011110100001011011111111101011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D4F; }

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

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

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

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

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

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

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

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