Html Css Color HEX #963A49 Night Shadz

📋 copy color: '#963A49'

red 150 ◦ green 58 ◦ blue 73

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

Shades of Night Shadz #963A49

Tints of Night Shadz #963A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 53.38%
G = 20.64%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#963A49 (or 0x963A49) is known color: Night Shadz. HEX triplet: 96, 3A and 49. RGB value is (150,58,73). Sum of RGB (Red+Green+Blue) = 150+58+73=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #963A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A49 is #69C5B6. Grayscale: #575757. Windows color (decimal): -6931895 or 4799126. OLE color: 4799126.

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

Color convert

RGB 150 58 73 -
CMYK 0 0.61 0.51 0.41
HSL 350.22º 0.44% 0.41% -
HSV(B) 350.22º 0.61% 0.59% -
XYZ 15.29 9.99 7.43 -
YUV 87.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 150 58 73 0 0.61 0.51 0.41 350.22 0.44 0.41
Hex 96 3A 49 0 3D 33 29 15E 2C 29
Octal 226 72 111 0 75 63 51 536 54 51
Binary 10010110 111010 1001001 0 111101 110011 101001 101011110 101100 101001

Color Harmonies of #963A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A49

Black with #963A49

Text Example


Text Example

White with #963A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,73); }

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

background-color css

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

 a { background-color: rgb(150,58,73); }

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

border-color css

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

 span { border-color: rgb(150,58,73); }

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