#B13A4F

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

Shades of Night Shadz #B13A4F

Tints of Night Shadz #B13A4F

Color information

#B13A4F (or 0xB13A4F) is unknown color: approx Night Shadz. HEX triplet: B1, 3A and 4F. RGB value is (177,58,79). Sum of RGB (Red+Green+Blue) = 177+58+79=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A4F is #4EC5B0. Grayscale: #606060. Windows color (decimal): -5162417 or 5192369. OLE color: 5192369.

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

Color convert

RGB1775879-
CMYK00.670.550.31
HSL349.41º50.64%46.08%-
HSV(B)349.41º67.23%69.41%-
XYZ21.0612.948.78-
YUV95.98118.42185.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=56.37%
G=18.47%
B=25.16%

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
Decimal177587900.670.550.31349.4150.6446.08
HexB13A4F043371F15d332e
Octal26172117010367375356356
Binary1011000111101010011110100001111011111111101011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A4F; }

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

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

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

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

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

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

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

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