#984953

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

Shades of Night Shadz #984953

Tints of Night Shadz #984953

Color information

#984953 (or 0x984953) is unknown color: approx Night Shadz. HEX triplet: 98, 49 and 53. RGB value is (152,73,83). Sum of RGB (Red+Green+Blue) = 152+73+83=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984953 is #67B6AC. Grayscale: #616161. Windows color (decimal): -6796973 or 5458328. OLE color: 5458328.

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

Color convert

RGB1527383-
CMYK00.520.450.40
HSL352.41º35.11%44.12%-
HSV(B)352.41º51.97%59.61%-
XYZ16.8912.079.62-
YUV97.76119.67166.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=49.35%
G=23.70%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152738300.520.450.40352.4135.1144.12
Hex9849530342D28160232c
Octal23011112306455505404354
Binary10011000100100110100110110100101101101000101100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984953; }

 p { color: rgb(152,73,83); }

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

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

 a { background-color: rgb(152,73,83); }

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

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

 span { border-color: rgb(152,73,83); }

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