#983348

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

Shades of Night Shadz #983348

Tints of Night Shadz #983348

Color information

#983348 (or 0x983348) is unknown color: approx Night Shadz. HEX triplet: 98, 33 and 48. RGB value is (152,51,72). Sum of RGB (Red+Green+Blue) = 152+51+72=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #983348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983348 is #67CCB7. Grayscale: #535353. Windows color (decimal): -6802616 or 4731800. OLE color: 4731800.

HSL color Cylindrical-coordinate representation of color #983348: hue angle of 347.52º degrees, saturation: 0.5, 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 #983348 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1525172-
CMYK00.660.530.40
HSL347.52º49.75%39.8%-
HSV(B)347.52º66.45%59.61%-
XYZ15.39.517.16-
YUV83.59121.46176.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=55.27%
G=18.55%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152517200.660.530.40347.5249.7539.8
Hex983348042352815c3228
Octal23063110010265505346250
Binary10011000110011100100001000010110101101000101011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983348; }

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

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

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

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

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

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

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

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