#994752

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

Shades of Night Shadz #994752

Tints of Night Shadz #994752

Color information

#994752 (or 0x994752) is unknown color: approx Night Shadz. HEX triplet: 99, 47 and 52. RGB value is (153,71,82). Sum of RGB (Red+Green+Blue) = 153+71+82=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994752 is #66B8AD. Grayscale: #606060. Windows color (decimal): -6731950 or 5392281. OLE color: 5392281.

HSL color Cylindrical-coordinate representation of color #994752: hue angle of 351.95º 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 #994752 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1537182-
CMYK00.540.460.4
HSL351.95º36.61%43.92%-
HSV(B)351.95º53.59%60%-
XYZ16.9111.899.39-
YUV96.77119.67168.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=50%
G=23.20%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153718200.540.460.4351.9536.6143.92
Hex9947520362E28160252c
Octal23110712206656505404554
Binary10011001100011110100100110110101110101000101100000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994752; }

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

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

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

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

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

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

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

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