#983A52

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

Shades of Night Shadz #983A52

Tints of Night Shadz #983A52

Color information

#983A52 (or 0x983A52) is unknown color: approx Night Shadz. HEX triplet: 98, 3A and 52. RGB value is (152,58,82). Sum of RGB (Red+Green+Blue) = 152+58+82=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #983A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A52 is #67C5AD. Grayscale: #585858. Windows color (decimal): -6800814 or 5388952. OLE color: 5388952.

HSL color Cylindrical-coordinate representation of color #983A52: hue angle of 344.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A52 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB1525882-
CMYK00.620.460.40
HSL344.68º44.76%41.18%-
HSV(B)344.68º61.84%59.61%-
XYZ15.9810.319.13-
YUV88.84124.14173.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=52.05%
G=19.86%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152588200.620.460.40344.6844.7641.18
Hex983A5203E2E281592d29
Octal2307212207656505315551
Binary1001100011101010100100111110101110101000101011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983A52; }

 p { color: rgb(152,58,82); }

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

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

 a { background-color: rgb(152,58,82); }

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

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

 span { border-color: rgb(152,58,82); }

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