#994248

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

Shades of Night Shadz #994248

Tints of Night Shadz #994248

Color information

#994248 (or 0x994248) is unknown color: approx Night Shadz. HEX triplet: 99, 42 and 48. RGB value is (153,66,72). Sum of RGB (Red+Green+Blue) = 153+66+72=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994248 is #66BDB7. Grayscale: #5C5C5C. Windows color (decimal): -6733240 or 4735641. OLE color: 4735641.

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

Color convert

RGB1536672-
CMYK00.570.530.4
HSL355.86º39.73%42.94%-
HSV(B)355.86º56.86%60%-
XYZ16.2511.147.42-
YUV92.7116.32171.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=52.58%
G=22.68%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153667200.570.530.4355.8639.7342.94
Hex9942480393528164282b
Octal23110211007165505445053
Binary10011001100001010010000111001110101101000101100100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994248; }

 p { color: rgb(153,66,72); }

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

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

 a { background-color: rgb(153,66,72); }

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

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

 span { border-color: rgb(153,66,72); }

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