Html Css Color HEX #963C47 Night Shadz

📋 copy color: '#963C47'

red 150 ◦ green 60 ◦ blue 71

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

Shades of Night Shadz #963C47

Tints of Night Shadz #963C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.35%

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 53.38%
G = 21.35%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#963C47 (or 0x963C47) is known color: Night Shadz. HEX triplet: 96, 3C and 47. RGB value is (150,60,71). Sum of RGB (Red+Green+Blue) = 150+60+71=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #963C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C47 is #69C3B8. Grayscale: #585858. Windows color (decimal): -6931385 or 4668566. OLE color: 4668566.

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

Color convert

RGB 150 60 71 -
CMYK 0 0.6 0.53 0.41
HSL 352.67º 0.43% 0.41% -
HSV(B) 352.67º 0.6% 0.59% -
XYZ 15.33 10.17 7.12 -
YUV 88.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 150 60 71 0 0.6 0.53 0.41 352.67 0.43 0.41
Hex 96 3C 47 0 3C 35 29 161 2B 29
Octal 226 74 107 0 74 65 51 541 53 51
Binary 10010110 111100 1000111 0 111100 110101 101001 101100001 101011 101001

Color Harmonies of #963C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C47

Black with #963C47

Text Example


Text Example

White with #963C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,71); }

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

background-color css

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

 a { background-color: rgb(150,60,71); }

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

border-color css

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

 span { border-color: rgb(150,60,71); }

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