Html Css Color HEX #963D4D Night Shadz

📋 copy color: '#963D4D'

red 150 ◦ green 61 ◦ blue 77

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

Shades of Night Shadz #963D4D

Tints of Night Shadz #963D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 52.08%
G = 21.18%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#963D4D (or 0x963D4D) is known color: Night Shadz. HEX triplet: 96, 3D and 4D. RGB value is (150,61,77). Sum of RGB (Red+Green+Blue) = 150+61+77=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D4D is #69C2B2. Grayscale: #595959. Windows color (decimal): -6931123 or 5062038. OLE color: 5062038.

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

Color convert

RGB 150 61 77 -
CMYK 0 0.59 0.49 0.41
HSL 349.21º 0.42% 0.41% -
HSV(B) 349.21º 0.59% 0.59% -
XYZ 15.59 10.36 8.2 -
YUV 89.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 150 61 77 0 0.59 0.49 0.41 349.21 0.42 0.41
Hex 96 3D 4D 0 3B 31 29 15D 2A 29
Octal 226 75 115 0 73 61 51 535 52 51
Binary 10010110 111101 1001101 0 111011 110001 101001 101011101 101010 101001

Color Harmonies of #963D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D4D

Black with #963D4D

Text Example


Text Example

White with #963D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,61,77); }

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

background-color css

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

 a { background-color: rgb(150,61,77); }

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

border-color css

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

 span { border-color: rgb(150,61,77); }

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