Html Css Color HEX #963F53 Night Shadz

📋 copy color: '#963F53'

red 150 ◦ green 63 ◦ blue 83

#963F53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Night Shadz #963F53

Tints of Night Shadz #963F53

RGB

 RED value IS 150 (58.98% from 255) = 50.68%

 GREEN value IS 63 (25% from 255) = 21.28%

 BLUE value IS 83 (32.81% from 255) = 28.04%

R = 50.68%
G = 21.28%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#963F53 (or 0x963F53) is known color: Night Shadz. HEX triplet: 96, 3F and 53. RGB value is (150,63,83). Sum of RGB (Red+Green+Blue) = 150+63+83=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #963F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F53 is #69C0AC. Grayscale: #5B5B5B. Windows color (decimal): -6930605 or 5455766. OLE color: 5455766.

HSL color Cylindrical-coordinate representation of color #963F53: hue angle of 346.21º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F53 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 83 -
CMYK 0 0.58 0.45 0.41
HSL 346.21º 0.41% 0.42% -
HSV(B) 346.21º 0.58% 0.59% -
XYZ 15.92 10.66 9.4 -
YUV 91.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 150 63 83 0 0.58 0.45 0.41 346.21 0.41 0.42
Hex 96 3F 53 0 3A 2D 29 15A 29 2A
Octal 226 77 123 0 72 55 51 532 51 52
Binary 10010110 111111 1010011 0 111010 101101 101001 101011010 101001 101010

Color Harmonies of #963F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F53

Black with #963F53

Text Example


Text Example

White with #963F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F53; }

 p { color: rgb(150,63,83); }

 H1.HeaderClassName
 {
   color: #963F53;
 }
 .AnyTagClassName
 {
   color: #963F53;
 }
</style>

background-color css

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

 a { background-color: rgb(150,63,83); }

 div.DivClassName
 {
   background-color: #963F53;
 }
 .BgClassName
 {
   background-color: #963F53;
 }
</style>

border-color css

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

 span { border-color: rgb(150,63,83); }

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