#994357

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

Shades of Night Shadz #994357

Tints of Night Shadz #994357

Color information

#994357 (or 0x994357) is unknown color: approx Night Shadz. HEX triplet: 99, 43 and 57. RGB value is (153,67,87). Sum of RGB (Red+Green+Blue) = 153+67+87=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #994357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994357 is #66BCA8. Grayscale: #5F5F5F. Windows color (decimal): -6732969 or 5718937. OLE color: 5718937.

HSL color Cylindrical-coordinate representation of color #994357: hue angle of 346.05º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994357 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1536787-
CMYK00.560.430.4
HSL346.05º39.09%43.14%-
HSV(B)346.05º56.21%60%-
XYZ16.8611.4710.34-
YUV94.99123.49169.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=49.84%
G=21.82%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153678700.560.430.4346.0539.0943.14
Hex9943570382B2815a272b
Octal23110312707053505324753
Binary10011001100001110101110111000101011101000101011010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994357; }

 p { color: rgb(153,67,87); }

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

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

 a { background-color: rgb(153,67,87); }

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

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

 span { border-color: rgb(153,67,87); }

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