Html Css Color HEX #963F50 Night Shadz

📋 copy color: '#963F50'

red 150 ◦ green 63 ◦ blue 80

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

Shades of Night Shadz #963F50

Tints of Night Shadz #963F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 51.19%
G = 21.5%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#963F50 (or 0x963F50) is known color: Night Shadz. HEX triplet: 96, 3F and 50. RGB value is (150,63,80). Sum of RGB (Red+Green+Blue) = 150+63+80=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #963F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F50 is #69C0AF. Grayscale: #5A5A5A. Windows color (decimal): -6930608 or 5259158. OLE color: 5259158.

HSL color Cylindrical-coordinate representation of color #963F50: hue angle of 348.28º 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 #963F50 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 80 -
CMYK 0 0.58 0.47 0.41
HSL 348.28º 0.41% 0.42% -
HSV(B) 348.28º 0.58% 0.59% -
XYZ 15.8 10.62 8.81 -
YUV 90.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 150 63 80 0 0.58 0.47 0.41 348.28 0.41 0.42
Hex 96 3F 50 0 3A 2F 29 15C 29 2A
Octal 226 77 120 0 72 57 51 534 51 52
Binary 10010110 111111 1010000 0 111010 101111 101001 101011100 101001 101010

Color Harmonies of #963F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F50

Black with #963F50

Text Example


Text Example

White with #963F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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