#993348

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

Shades of Night Shadz #993348

Tints of Night Shadz #993348

Color information

#993348 (or 0x993348) is unknown color: approx Night Shadz. HEX triplet: 99, 33 and 48. RGB value is (153,51,72). Sum of RGB (Red+Green+Blue) = 153+51+72=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #993348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993348 is #66CCB7. Grayscale: #535353. Windows color (decimal): -6737080 or 4731801. OLE color: 4731801.

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

Color convert

RGB1535172-
CMYK00.670.530.4
HSL347.65º50%40%-
HSV(B)347.65º66.67%60%-
XYZ15.499.617.17-
YUV83.89121.29177.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=55.43%
G=18.48%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153517200.670.530.4347.655040
Hex993348043352815c3228
Octal23163110010365505346250
Binary10011001110011100100001000011110101101000101011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993348; }

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

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

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

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

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

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

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

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