#994754

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

Shades of Night Shadz #994754

Tints of Night Shadz #994754

Color information

#994754 (or 0x994754) is unknown color: approx Night Shadz. HEX triplet: 99, 47 and 54. RGB value is (153,71,84). Sum of RGB (Red+Green+Blue) = 153+71+84=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994754 is #66B8AB. Grayscale: #616161. Windows color (decimal): -6731948 or 5523353. OLE color: 5523353.

HSL color Cylindrical-coordinate representation of color #994754: hue angle of 350.49º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994754 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB1537184-
CMYK00.540.450.4
HSL350.49º36.61%43.92%-
HSV(B)350.49º53.59%60%-
XYZ16.9911.929.79-
YUV97120.67167.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=49.68%
G=23.05%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153718400.540.450.4350.4936.6143.92
Hex9947540362D2815e252c
Octal23110712406655505364554
Binary10011001100011110101000110110101101101000101011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994754; }

 p { color: rgb(153,71,84); }

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

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

 a { background-color: rgb(153,71,84); }

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

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

 span { border-color: rgb(153,71,84); }

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