#993448

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

Shades of Night Shadz #993448

Tints of Night Shadz #993448

Color information

#993448 (or 0x993448) is unknown color: approx Night Shadz. HEX triplet: 99, 34 and 48. RGB value is (153,52,72). Sum of RGB (Red+Green+Blue) = 153+52+72=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993448 is #66CBB7. Grayscale: #545454. Windows color (decimal): -6736824 or 4732057. OLE color: 4732057.

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

Color convert

RGB1535272-
CMYK00.660.530.4
HSL348.12º49.27%40.2%-
HSV(B)348.12º66.01%60%-
XYZ15.539.77.18-
YUV84.48120.96176.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=55.23%
G=18.77%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153527200.660.530.4348.1249.2740.2
Hex993448042352815c3128
Octal23164110010265505346150
Binary10011001110100100100001000010110101101000101011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993448; }

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

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

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

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

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

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

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

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